Update promo-modal-question.vue
This commit is contained in:
parent
46e95c1c14
commit
67b905dc4c
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ export default {
|
||||||
this.lineItems.vaps?.push(...getVaps);
|
this.lineItems.vaps?.push(...getVaps);
|
||||||
this.closeModal();
|
this.closeModal();
|
||||||
} else {
|
} else {
|
||||||
if (promoCodeData.errorCode == promoErrorCodes.NO_SUITABLE_ITEM_FOR_PROMO) {
|
if (promoCodeData.errorCode == promoErrorCodes.PROMO_STACKING_NOT_ALLOWED) {
|
||||||
this.displayInvalidOnOrderPromoAlert = true;
|
this.displayInvalidOnOrderPromoAlert = true;
|
||||||
this.focusOnPromoInput();
|
this.focusOnPromoInput();
|
||||||
this.resetModalButtonStyle();
|
this.resetModalButtonStyle();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue