Update promo-modal-question.vue

This commit is contained in:
hiteshkumar87 2024-02-05 21:15:53 +05:30
parent c644d3a7f8
commit ed447dd763

View file

@ -255,7 +255,6 @@ export default {
this.availableVaps, this.availableVaps,
"payment-method" "payment-method"
); );
console.log(store.getters.payment.billToAccountNumber);
if (promoCodeData.isValid) { if (promoCodeData.isValid) {
const pricedLineItemsToTax = []; const pricedLineItemsToTax = [];
pricedLineItemsToTax.push(...promoCodeData.promoCode); pricedLineItemsToTax.push(...promoCodeData.promoCode);