diff --git a/src/lib/feature-flags/production.ts b/src/lib/feature-flags/production.ts index eb5681368..b2693324d 100644 --- a/src/lib/feature-flags/production.ts +++ b/src/lib/feature-flags/production.ts @@ -50,5 +50,5 @@ export const productionFlags: FeatureFlagDefinitions = { }, enablePresence: { defaultValue: true }, enableBridge: { defaultValue: true }, - enableBillingService: { defaultValue: false }, + enableBillingService: { defaultValue: true }, };