diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index eacafe9..d40c21f 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -108,7 +108,7 @@ class PaymentService extends AbstractService 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)); if ($result != 'SUCCESS') { return 'NOTIFY FAIL';