diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/newsletter-setup/index.tsx b/client/landing/stepper/declarative-flow/internals/steps-repository/newsletter-setup/index.tsx index 955157164b1d9..f285ee119b83d 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/newsletter-setup/index.tsx +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/newsletter-setup/index.tsx @@ -1,4 +1,3 @@ -import { isEnabled } from '@automattic/calypso-config'; import { Onboard } from '@automattic/data-stores'; import { hexToRgb, StepContainer, base64ImageToBlob } from '@automattic/onboarding'; import { useDispatch, useSelect } from '@wordpress/data'; @@ -155,23 +154,21 @@ const NewsletterSetup: Step = ( { navigation } ) => { setAccentColor={ setAccentColor } labelText={ newsletterFormText?.colorLabel } /> - { isEnabled( 'newsletter/paid-subscribers' ) && ( - - - - { translate( 'I want to start a paid newsletter' ) } - - - { translate( - 'Let your audience support your work. Add paid subscriptions and gated content to your newsletter.' - ) } - - - ) } + + + + { translate( 'I want to start a paid newsletter' ) } + + + { translate( + 'Let your audience support your work. Add paid subscriptions and gated content to your newsletter.' + ) } + + } diff --git a/config/development.json b/config/development.json index 21dfac3c5381e..2ebe65aad2e45 100644 --- a/config/development.json +++ b/config/development.json @@ -125,7 +125,6 @@ "me/vat-details": true, "my-sites/add-ons": true, "network-connection": true, - "newsletter/paid-subscribers": true, "newsletter/stats": true, "oauth": false, "onboarding/import": true, diff --git a/config/horizon.json b/config/horizon.json index 134ee905d46c4..7c3724a543248 100644 --- a/config/horizon.json +++ b/config/horizon.json @@ -82,7 +82,6 @@ "me/vat-details": true, "my-sites/add-ons": true, "network-connection": true, - "newsletter/paid-subscribers": true, "newsletter/stats": true, "onboarding/import-light-url-screen": true, "onboarding/2023-pricing-grid": true, diff --git a/config/production.json b/config/production.json index f13dd46a2e793..3755c733be707 100644 --- a/config/production.json +++ b/config/production.json @@ -178,8 +178,7 @@ "user-management-revamp": true, "woop": false, "wordpress-action-search": false, - "wpcom-user-bootstrap": true, - "newsletter/paid-subscribers": true + "wpcom-user-bootstrap": true }, "siftscience_key": "a4f69f6759", "oauth_client_id": "39911", diff --git a/config/stage.json b/config/stage.json index 6eeefb34ddc1f..ca784848d93d1 100644 --- a/config/stage.json +++ b/config/stage.json @@ -91,7 +91,6 @@ "me/account/color-scheme-picker": true, "me/vat-details": true, "my-sites/add-ons": true, - "newsletter/paid-subscribers": true, "onboarding/import": true, "onboarding/import-from-blogger": true, "onboarding/import-from-medium": true, diff --git a/config/test.json b/config/test.json index c23cfec90bb87..7635659f06fea 100644 --- a/config/test.json +++ b/config/test.json @@ -108,7 +108,6 @@ "upgrades/upcoming-renewals-notices": true, "upgrades/wpcom-monthly-plans": true, "wordpress-action-search": false, - "wpcom-user-bootstrap": false, - "newsletter/paid-subscribers": true + "wpcom-user-bootstrap": false } } diff --git a/config/wpcalypso.json b/config/wpcalypso.json index c8c9c7806747b..926ec0c49301b 100644 --- a/config/wpcalypso.json +++ b/config/wpcalypso.json @@ -100,7 +100,6 @@ "me/vat-details": true, "my-sites/add-ons": true, "network-connection": true, - "newsletter/paid-subscribers": true, "newsletter/stats": false, "onboarding/import": true, "onboarding/import-from-blogger": true,