...
|
...
|
@@ -60,7 +60,7 @@ exports.orderEnsure = (req, res, next) => { |
|
|
if (req.query.activityType === 'bundle') {
|
|
|
let activityInfo = JSON.parse(req.cookies['activity-info']);
|
|
|
|
|
|
orderPromise = cartModel.cartPay(uid, cartType, orderInfo, sku, skn, buyNumber, activityInfo);
|
|
|
orderPromise = cartModel.cartPay(uid, cartType, null, null, sku, skn, buyNumber, activityInfo);
|
|
|
} else {
|
|
|
orderPromise = cartModel.cartPay(uid, cartType, orderInfo, sku, skn, buyNumber);
|
|
|
}
|
...
|
...
|
|