diff --git a/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue b/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue index 120e88292..7c3a95151 100644 --- a/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue +++ b/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue @@ -228,8 +228,13 @@ export default { this.promoCode.toUpperCase() ); return (this.displayInShopPromoAlert = true); + } else { + this.errorMessage = this.PromoText?.replaceAll( + "{custom:PROMOCODE}", + this.promoCode.toUpperCase() + ); + return (this.displayInvalidPromoAlert = true); } - break; default: this.errorMessage = this.PromoText?.replaceAll( "{custom:PROMOCODE}",