商城订单支付问题修复
This commit is contained in:
@@ -190,7 +190,7 @@ class ProductOrderSubmitForm extends BaseModel
|
||||
$orderInfo['goodsList'] = $goods;
|
||||
|
||||
|
||||
if ($productOrder['p_id'] !== 0 && $productOrder['order_type'] !== 2) {
|
||||
if ($productOrder['p_id'] === 0 && $productOrder['order_type'] === 2) {
|
||||
$eplResult = EplPayService::getInstance()->WxJsapiPayment([
|
||||
'order_no' => $pay_order_no,
|
||||
'openId' => \Yii::$app->user->identity->openid,
|
||||
|
||||
Reference in New Issue
Block a user