songdb hace 6 años
padre
commit
23d2f9c75a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Libs/Pay/Merchants/OriginBank.php

+ 1 - 1
app/Libs/Pay/Merchants/OriginBank.php

@@ -38,7 +38,7 @@ class OriginBank
 
         $base_data['sign'] = $this->signs($data);
 
-        dd($base_data);
+        dump('base_data');dump($base_data);
 
         $response = $this->PayClient->request('POST','mct1/payorder',$base_data)->getBody()->getContents();
         dd($response);