Update promo-modal-question.vue
This commit is contained in:
parent
e2d39f6b82
commit
bfc26af1b1
1 changed files with 5 additions and 6 deletions
|
|
@ -228,13 +228,12 @@ export default {
|
|||
this.promoCode.toUpperCase()
|
||||
);
|
||||
return (this.displayInShopPromoAlert = true);
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
this.errorMessage = this.PromoText?.replaceAll(
|
||||
"{custom:PROMOCODE}",
|
||||
this.promoCode.toUpperCase()
|
||||
);
|
||||
return (this.displayInvalidPromoAlert = true);
|
||||
"{custom:PROMOCODE}",
|
||||
this.promoCode.toUpperCase()
|
||||
);
|
||||
return (this.displayInvalidPromoAlert = true);
|
||||
}
|
||||
default:
|
||||
this.errorMessage = this.PromoText?.replaceAll(
|
||||
|
|
|
|||
Loading…
Reference in a new issue