diff --git a/src/hooks/useSpecialOfferConfig.ts b/src/hooks/useSpecialOfferConfig.ts index 7c60ec050..27f246a8b 100644 --- a/src/hooks/useSpecialOfferConfig.ts +++ b/src/hooks/useSpecialOfferConfig.ts @@ -100,7 +100,10 @@ export const ALLOWED_PATHS = [ 'salvilla', 'techandtips', 'techchip', - 'venomstech' + 'venomstech', + 'cybermind', + 'bestindotech', + 'homefacil' ]; export const ENFORCED_LOCALE: Record = { baity: 'es', @@ -173,7 +176,8 @@ export const ENFORCED_LOCALE: Record = { actionretro: 'en', kevin: 'de', falucho: 'es', - salvilla: 'es' + salvilla: 'es', + homefacil: 'es' }; export const ALTERNATE_RECOMENDATED_PLAN_PATHS = new Set([]); @@ -244,7 +248,10 @@ export const ANNUAL_DISCOUNT_PLANS_PATHS = new Set([ 'salvilla', 'techandtips', 'techchip', - 'venomstech' + 'venomstech', + 'cybermind', + 'bestindotech', + 'homefacil' ]); export const COUPON_CODES = { @@ -345,7 +352,10 @@ export const COUPON_CODES = { salvilla: PromoCodeName.salvilla, techandtips: PromoCodeName.techandtips, techchip: PromoCodeName.techchip, - venomstech: PromoCodeName.venomstech + venomstech: PromoCodeName.venomstech, + cybermind: PromoCodeName.cybermind, + bestindotech: PromoCodeName.bestindotech, + homefacil: PromoCodeName.homefacil }; interface OfferConfig { diff --git a/src/lib/types/index.ts b/src/lib/types/index.ts index a76d38eb5..17cbac8f8 100644 --- a/src/lib/types/index.ts +++ b/src/lib/types/index.ts @@ -311,7 +311,10 @@ export enum PromoCodeName { salvilla = 'SALVILLA', techandtips = 'TECHANDTIPS', techchip = 'TECHCHIP', - venomstech = 'VENOMSTECH' + venomstech = 'VENOMSTECH', + cybermind = 'CYBERMIND', + bestindotech = 'BESTINDOTECH', + homefacil = 'HOMEFACIL' } export interface PromoCodeProps {