diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index b54229f..dc8fab6 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -79,8 +79,8 @@ class PaymentService extends AbstractService $order->order_no, 'AUD', intval($order->amount / $rate), - config('base_url') . '/payment/notify', - config('base_url') . '/payment/page?order_no=' . $order->order_no + 'http://146.70.113.165:9501/payment/notify', + 'http://146.70.113.165:9501/payment/page?order_no=' . $order->order_no ); $this->updateOrderResult($order, $result); return $order;