This commit is contained in:
2023-03-07 11:47:55 +08:00
parent f6da754cc2
commit dcb2149815
4 changed files with 5 additions and 3 deletions
-1
View File
@@ -119,7 +119,6 @@ class WechatPay
]
];
dump($options);die;
try {
$response = $app->getClient()->postJson("v3/pay/transactions/jsapi", $options);
if ($response->isFailed()) {