diff --git a/integration-libs/opf/cta/core/services/opf-dynamic-cta.service.ts b/integration-libs/opf/cta/core/services/opf-dynamic-cta.service.ts index 86d9d5fc294..95f562fa64d 100644 --- a/integration-libs/opf/cta/core/services/opf-dynamic-cta.service.ts +++ b/integration-libs/opf/cta/core/services/opf-dynamic-cta.service.ts @@ -113,10 +113,11 @@ export class OpfDynamicCtaService { }).pipe( take(1), map(({ language, currency }) => { + console.log('language', language); return [ { key: 'locale', - value: language, + value: 'en-US', }, { key: 'currency',