From ed447dd7630d169c6c9ef20f1803827f7bbb9af6 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Mon, 5 Feb 2024 21:15:53 +0530 Subject: [PATCH] Update promo-modal-question.vue --- .../payment-method/promo-modal-question/promo-modal-question.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue b/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue index 9bd92cec3..adb9bee3d 100644 --- a/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue +++ b/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue @@ -255,7 +255,6 @@ export default { this.availableVaps, "payment-method" ); - console.log(store.getters.payment.billToAccountNumber); if (promoCodeData.isValid) { const pricedLineItemsToTax = []; pricedLineItemsToTax.push(...promoCodeData.promoCode);