diff --git a/src/hooks/useSpecialOfferConfig.ts b/src/hooks/useSpecialOfferConfig.ts index 1b5af2930..cad61e7b3 100644 --- a/src/hooks/useSpecialOfferConfig.ts +++ b/src/hooks/useSpecialOfferConfig.ts @@ -139,6 +139,7 @@ export const ALLOWED_PATHS = [ 'lomotica', 'dinamotech', 'claridadartificial', + 'thelinuxexp', ]; export const ENFORCED_LOCALE: Record = { @@ -176,6 +177,7 @@ export const ENFORCED_LOCALE: Record = { wpcdrive: 'en', wpunas: 'en', worldcup: 'en', + thelinuxexp: 'en', // de aimentors: 'de', @@ -353,6 +355,7 @@ export const ANNUAL_DISCOUNT_PLANS_PATHS = new Set([ 'lomotica', 'dinamotech', 'claridadartificial', + 'thelinuxexp', ]); export const COUPON_CODES = { @@ -492,6 +495,7 @@ export const COUPON_CODES = { lomotica: PromoCodeName.lomotica, dinamotech: PromoCodeName.dinamotech, claridadartificial: PromoCodeName.claridadartificial, + thelinuxexp: PromoCodeName.thelinuxexp, }; interface OfferConfig { diff --git a/src/lib/types/index.ts b/src/lib/types/index.ts index 3b09104a6..933c6276a 100644 --- a/src/lib/types/index.ts +++ b/src/lib/types/index.ts @@ -350,6 +350,7 @@ export enum PromoCodeName { lomotica = 'LOMOTICA', dinamotech = 'DINAMOTECH', claridadartificial = 'CLARIDADARTIFICIAL', + thelinuxexp = 'THELINUXEXP', } export interface PromoCodeProps {