1
This commit is contained in:
@@ -178,9 +178,7 @@ class WechatPay
|
||||
try {
|
||||
$app = $this->createApp();
|
||||
|
||||
$options = [
|
||||
"notify_url " => env('DOMAIN_NAME_DEV') . $this->config['refund_notify_url'],
|
||||
];
|
||||
$options['notify_url'] = env('DOMAIN_NAME_DEV') . $this->config['refund_notify_url'];
|
||||
|
||||
$response = $app->getClient()->postJson("v3/refund/domestic/refunds", $options);
|
||||
if ($response->isFailed()) {
|
||||
|
||||
Reference in New Issue
Block a user