This commit is contained in:
2023-03-07 18:29:29 +08:00
parent 8f75c25de6
commit 07b739dbe3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -119,7 +119,6 @@ class WechatPay
]
];
dump($options);
try {
$response = $app->getClient()->postJson("v3/pay/transactions/jsapi", $options);
if ($response->isFailed()) {