From 5f0ec3c1e5254e7d1d143824ccd78df3bd45ac86 Mon Sep 17 00:00:00 2001 From: ratik21 Date: Tue, 3 Feb 2026 23:47:56 +0530 Subject: [PATCH] enableBillingService: true --- src/lib/feature-flags/production.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, };