diff --git a/src/hooks/useSpecialOfferConfig.ts b/src/hooks/useSpecialOfferConfig.ts index 66603d4c9..7c60ec050 100644 --- a/src/hooks/useSpecialOfferConfig.ts +++ b/src/hooks/useSpecialOfferConfig.ts @@ -97,6 +97,10 @@ export const ALLOWED_PATHS = [ 'actionretro', 'kevin', 'falucho', + 'salvilla', + 'techandtips', + 'techchip', + 'venomstech' ]; export const ENFORCED_LOCALE: Record = { baity: 'es', @@ -169,6 +173,7 @@ export const ENFORCED_LOCALE: Record = { actionretro: 'en', kevin: 'de', falucho: 'es', + salvilla: 'es' }; export const ALTERNATE_RECOMENDATED_PLAN_PATHS = new Set([]); @@ -236,6 +241,10 @@ export const ANNUAL_DISCOUNT_PLANS_PATHS = new Set([ 'actionretro', 'kevin', 'falucho', + 'salvilla', + 'techandtips', + 'techchip', + 'venomstech' ]); export const COUPON_CODES = { @@ -333,6 +342,10 @@ export const COUPON_CODES = { actionretro: PromoCodeName.actionretro, kevin: PromoCodeName.kevin, falucho: PromoCodeName.falucho, + salvilla: PromoCodeName.salvilla, + techandtips: PromoCodeName.techandtips, + techchip: PromoCodeName.techchip, + venomstech: PromoCodeName.venomstech }; interface OfferConfig { diff --git a/src/lib/types/index.ts b/src/lib/types/index.ts index 8ed549e08..a76d38eb5 100644 --- a/src/lib/types/index.ts +++ b/src/lib/types/index.ts @@ -308,6 +308,10 @@ export enum PromoCodeName { falucho = 'FALUCHO', GADS85 = 'GADS85', META85 = 'META85', + salvilla = 'SALVILLA', + techandtips = 'TECHANDTIPS', + techchip = 'TECHCHIP', + venomstech = 'VENOMSTECH' } export interface PromoCodeProps {