Kirin 3 vuotta sitten
vanhempi
commit
a859ec42fa
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      vendor/overtrue/wechat/src/Payment/API.php

+ 2 - 0
vendor/overtrue/wechat/src/Payment/API.php

@@ -456,6 +456,8 @@ class API extends AbstractAPI
             'body' => XML::build($params),
         ], $options);
 
+        dump($options);
+
         $response = $this->getHttp()->request($api, $method, $options);
 
         return $returnResponse ? $response : $this->parseResponse($response);