refactor(billing): gate multi-currency on MULTIPLE_CURRENCY_SUPPORTED config instead of feature flag

This commit is contained in:
Tanmay Deep Sharma
2026-06-15 17:57:44 +05:30
parent e1d512cddd
commit 8a760da6eb
12 changed files with 59 additions and 34 deletions
+1
View File
@@ -24,6 +24,7 @@ class DashboardController < ActionController::Base
DISABLE_USER_PROFILE_UPDATE
DEPLOYMENT_ENV
INSTALLATION_PRICING_PLAN
MULTIPLE_CURRENCY_SUPPORTED
].freeze
before_action :set_application_pack