diff --git a/.env b/.env index 5d1739c14..93a7bcef5 100644 --- a/.env +++ b/.env @@ -38,4 +38,4 @@ STRIPE_RESPONSE_URL=null STRIPE_DEFERRED_INTENT_BETA_FLAG=elements_enable_deferred_intent_beta_1 SUBSCRIPTIONS_BASE_URL=null ENABLE_B2C_SUBSCRIPTIONS=false -SUBSCRIPTIONS_LEGAL_SUPPORT_URL=null +LEARNER_SUPPORT_URL=null diff --git a/.env.development b/.env.development index 48521128a..1a874a860 100644 --- a/.env.development +++ b/.env.development @@ -36,4 +36,4 @@ STRIPE_RESPONSE_URL=http://localhost:18130/payment/stripe/checkout/ STRIPE_DEFERRED_INTENT_BETA_FLAG=elements_enable_deferred_intent_beta_1 SUBSCRIPTIONS_BASE_URL='http://localhost:18750' ENABLE_B2C_SUBSCRIPTIONS=true -SUBSCRIPTIONS_LEGAL_SUPPORT_URL=https://support.edx.org/hc/en-us/articles/12975352138007 +LEARNER_SUPPORT_URL=https://support.edx.org/hc/en-us/articles/12975352138007 diff --git a/.env.development-stage b/.env.development-stage index 56aea982e..aeaf40d07 100644 --- a/.env.development-stage +++ b/.env.development-stage @@ -36,4 +36,4 @@ STRIPE_RESPONSE_URL=http://localhost:18130/payment/stripe/checkout/ STRIPE_DEFERRED_INTENT_BETA_FLAG=elements_enable_deferred_intent_beta_1 SUBSCRIPTIONS_BASE_URL='http://localhost:18750' ENABLE_B2C_SUBSCRIPTIONS=false -SUBSCRIPTIONS_LEGAL_SUPPORT_URL=https://support.edx.org/hc/en-us/articles/12975352138007 +LEARNER_SUPPORT_URL=https://support.edx.org/hc/en-us/articles/12975352138007 diff --git a/.env.test b/.env.test index 62faf58ca..962845378 100644 --- a/.env.test +++ b/.env.test @@ -36,4 +36,4 @@ STRIPE_RESPONSE_URL=http://localhost:18130/payment/stripe/checkout/ STRIPE_DEFERRED_INTENT_BETA_FLAG=elements_enable_deferred_intent_beta_1 SUBSCRIPTIONS_BASE_URL='http://localhost:18750' ENABLE_B2C_SUBSCRIPTIONS=false -SUBSCRIPTIONS_LEGAL_SUPPORT_URL=https://support.edx.org/hc/en-us/articles/12975352138007 +LEARNER_SUPPORT_URL=https://support.edx.org/hc/en-us/articles/12975352138007 diff --git a/src/index.jsx b/src/index.jsx index f6a259ff1..41c4b1b8c 100755 --- a/src/index.jsx +++ b/src/index.jsx @@ -70,7 +70,7 @@ mergeConfig({ STRIPE_DEFERRED_INTENT_BETA_FLAG: process.env.STRIPE_DEFERRED_INTENT_BETA_FLAG, SUBSCRIPTIONS_BASE_URL: process.env.SUBSCRIPTIONS_BASE_URL, ENABLE_B2C_SUBSCRIPTIONS: process.env.ENABLE_B2C_SUBSCRIPTIONS, - SUBSCRIPTIONS_LEGAL_SUPPORT_URL: process.env.SUBSCRIPTIONS_LEGAL_SUPPORT_URL, + LEARNER_SUPPORT_URL: process.env.LEARNER_SUPPORT_URL, }); subscribe(APP_READY, () => { diff --git a/src/subscription/details/legal/SubscriptionLegal.jsx b/src/subscription/details/legal/SubscriptionLegal.jsx index ec1d513fd..32e8b287d 100644 --- a/src/subscription/details/legal/SubscriptionLegal.jsx +++ b/src/subscription/details/legal/SubscriptionLegal.jsx @@ -15,7 +15,7 @@ const SubscriptionLegal = ({ const intl = useIntl(); const supportLink = ( {intl.formatMessage(messages['subscription.details.order.legal.link'])}