支付方式修改
This commit is contained in:
@@ -185,7 +185,8 @@ class ProductOrderSubmitForm extends BaseModel
|
||||
'order_no' => $pay_order_no,
|
||||
'openId' => \Yii::$app->user->identity->openid,
|
||||
'orderInfo' => $orderInfo,
|
||||
'total_pay_price' => $productOrder['trans_expenses'],
|
||||
'total_pay_price' => $productOrder['total_pay_price'], // 只支付快递费用
|
||||
// 'total_pay_price' => $productOrder['trans_expenses'],
|
||||
]);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user