Kirin %!s(int64=3) %!d(string=hai) anos
pai
achega
a859ec42fa
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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);