diff --git a/.env b/.env
index c3b25da..603b66a 100644
--- a/.env
+++ b/.env
@@ -40,4 +40,3 @@ ACCOUNT_SETTINGS_URL=''
ACCOUNT_PROFILE_URL=''
ENABLE_NOTICES=''
CAREER_LINK_URL=''
-ENABLE_B2C_SUBSCRIPTIONS=false
diff --git a/.env.development b/.env.development
index 619cf1f..83442cb 100644
--- a/.env.development
+++ b/.env.development
@@ -47,4 +47,3 @@ ACCOUNT_SETTINGS_URL='http://localhost:1997'
ACCOUNT_PROFILE_URL='http://localhost:1995'
ENABLE_NOTICES=''
CAREER_LINK_URL=''
-ENABLE_B2C_SUBSCRIPTIONS=false
diff --git a/.env.test b/.env.test
index 86b9b5a..9314c0a 100644
--- a/.env.test
+++ b/.env.test
@@ -46,4 +46,3 @@ ACCOUNT_SETTINGS_URL='http://account-settings-url.test'
ACCOUNT_PROFILE_URL='http://account-profile-url.test'
ENABLE_NOTICES=''
CAREER_LINK_URL=''
-ENABLE_B2C_SUBSCRIPTIONS=false
diff --git a/src/config/index.js b/src/config/index.js
index ad37d17..648c7bd 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -16,7 +16,6 @@ const configuration = {
SUPPORT_URL: process.env.SUPPORT_URL || null,
ENABLE_NOTICES: process.env.ENABLE_NOTICES || null,
CAREER_LINK_URL: process.env.CAREER_LINK_URL || null,
- ENABLE_B2C_SUBSCRIPTIONS: process.env.ENABLE_B2C_SUBSCRIPTIONS || null,
};
const features = {};
diff --git a/src/containers/LearnerDashboardHeader/CollapsedHeader/__snapshots__/CollapseMenuBody.test.jsx.snap b/src/containers/LearnerDashboardHeader/CollapsedHeader/__snapshots__/CollapseMenuBody.test.jsx.snap
index c7694e8..36ccec5 100644
--- a/src/containers/LearnerDashboardHeader/CollapsedHeader/__snapshots__/CollapseMenuBody.test.jsx.snap
+++ b/src/containers/LearnerDashboardHeader/CollapsedHeader/__snapshots__/CollapseMenuBody.test.jsx.snap
@@ -54,6 +54,13 @@ exports[`CollapseMenuBody render 1`] = `
>
Account
+