|
|
@ -110,6 +110,7 @@ class PaymentService extends AbstractService
|
|
|
|
|
|
|
|
|
|
|
|
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));
|
|
|
|
|
|
|
|
Log::info('notifyToOut response:' . $result, [], 'omipay');
|
|
|
|
if ($result != 'SUCCESS') {
|
|
|
|
if ($result != 'SUCCESS') {
|
|
|
|
return 'NOTIFY FAIL';
|
|
|
|
return 'NOTIFY FAIL';
|
|
|
|
}
|
|
|
|
}
|
|
|
|