Update promo-modal-question.vue
This commit is contained in:
parent
c644d3a7f8
commit
ed447dd763
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue