Authored by 郭成尧

buy-now

... ... @@ -111,7 +111,7 @@ class BuyNowController {
}
});
if (!orderInfo.coupon_code && autoSelectCouponCodeStr) {
if (orderInfo.user_check_coupon !== 'Y' && autoSelectCouponCodeStr) {
orderInfo.coupon_code = autoSelectCouponCodeStr;
res.cookie('order-info', JSON.stringify(orderInfo), actCkOpthn);
}
... ...