|
|
@@ -429,6 +429,8 @@ class ShopController extends BaseController {
|
|
|
|
|
|
switch ($result) {
|
|
|
case '00': // Successful payment.
|
|
|
+ ApproachOrder::updateAll(['REMARK' => '00: Successful payment'], 'SN=:SN', [':SN' => $order['SN']]);
|
|
|
+
|
|
|
$paymentParams = [
|
|
|
'RefNo' => $orderPayment['RefNo'],
|
|
|
'Amount' => $orderPayment['Amount'],
|