We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c04a5c commit 88099e4Copy full SHA for 88099e4
src/pages/checkout/useCheckout.js
@@ -98,7 +98,6 @@ const useCheckout = () => {
98
};
99
100
const handleCoupon = async (coup, actions) => {
101
- console.log('discountCode', discountCode);
102
const couponToApply = coup || discountCode;
103
104
const isCouponAlreadyApplied = allCoupons.some((existingCoupon) => existingCoupon?.slug === couponToApply);
0 commit comments