Authored by 郭成尧

buy-now-save-address

... ... @@ -47,7 +47,7 @@ class BuyNowController {
return next();
}
if (product_sku !== orderInfo.product_sku) {
if (orderInfo.product_sku && product_sku !== orderInfo.product_sku) {
orderInfo = {};
res.clearCookie('buynow_info', actCkOpthn);
}
... ...