diff --git a/static/js/shopping-cart/select-coupon.js b/static/js/shopping-cart/select-coupon.js index 666c8a4..380b7f0 100644 --- a/static/js/shopping-cart/select-coupon.js +++ b/static/js/shopping-cart/select-coupon.js @@ -79,7 +79,7 @@ function getCouponDate() { if (coupon.notAvailable) { notAvailableCoupons.push(coupon); } - }) + }); if (notAvailableCoupons.length) { $('.not-avaliable-coupon-line').show();