Skip to content

Commit

Permalink
fix: Disable B2C subscriptions fallback configs
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Sep 6, 2024
1 parent 7446be2 commit ae5696b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ STRIPE_BETA_FLAG=server_side_confirmation_beta_1
STRIPE_PUBLISHABLE_KEY=null
STRIPE_RESPONSE_URL=null
STRIPE_DEFERRED_INTENT_BETA_FLAG=elements_enable_deferred_intent_beta_1
SUBSCRIPTIONS_BASE_URL=null
ENABLE_B2C_SUBSCRIPTIONS=false
SUBSCRIPTIONS_LEARNER_HELP_CENTER_URL=null
SUBSCRIPTIONS_BASE_URL=''
ENABLE_B2C_SUBSCRIPTIONS=''
SUBSCRIPTIONS_LEARNER_HELP_CENTER_URL=''

0 comments on commit ae5696b

Please sign in to comment.