Kirin vor 3 Jahren
Ursprung
Commit
a859ec42fa
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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);