efps-version
ljl 2 years ago
parent 73f78d7cb9
commit ed77841a57

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

Loading…
Cancel
Save