efps-version
ljl 2 years ago
parent fbc2995aea
commit 47fbd33e5b

@ -108,7 +108,7 @@ class PaymentService extends AbstractService
return 'NOTIFY FAIL'; return 'NOTIFY FAIL';
} }
Log::info('notifyToOut url:' . $order->notify_url, 'omipay'); Log::info('notifyToOut url:' . $order->notify_url, [], 'omipay');
$result = Notification::post($order->notify_url, $this->buildNotifyParams($order, $app)); $result = Notification::post($order->notify_url, $this->buildNotifyParams($order, $app));
if ($result != 'SUCCESS') { if ($result != 'SUCCESS') {
return 'NOTIFY FAIL'; return 'NOTIFY FAIL';

Loading…
Cancel
Save