efps-version
ljl 2 years ago
parent c4a8c8f60d
commit e822b26c3b

@ -79,8 +79,8 @@ class PaymentService extends AbstractService
$order->order_no, $order->order_no,
'AUD', 'AUD',
intval($order->amount / $rate), intval($order->amount / $rate),
config('base_url') . '/payment/notify', 'http://146.70.113.165:9501/payment/notify',
config('base_url') . '/payment/page?order_no=' . $order->order_no 'http://146.70.113.165:9501/payment/page?order_no=' . $order->order_no
); );
$this->updateOrderResult($order, $result); $this->updateOrderResult($order, $result);
return $order; return $order;

Loading…
Cancel
Save