|
|
@ -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';
|
|
|
|