Invalid error message
This commit is contained in:
parent
8287c5dc11
commit
e2d39f6b82
1 changed files with 7 additions and 1 deletions
|
|
@ -229,7 +229,13 @@ export default {
|
||||||
);
|
);
|
||||||
return (this.displayInShopPromoAlert = true);
|
return (this.displayInShopPromoAlert = true);
|
||||||
}
|
}
|
||||||
break;
|
else{
|
||||||
|
this.errorMessage = this.PromoText?.replaceAll(
|
||||||
|
"{custom:PROMOCODE}",
|
||||||
|
this.promoCode.toUpperCase()
|
||||||
|
);
|
||||||
|
return (this.displayInvalidPromoAlert = true);
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
this.errorMessage = this.PromoText?.replaceAll(
|
this.errorMessage = this.PromoText?.replaceAll(
|
||||||
"{custom:PROMOCODE}",
|
"{custom:PROMOCODE}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue