use stripe gem beta version

This commit is contained in:
Tanmay Deep Sharma
2025-11-06 13:38:47 +05:30
parent 79bb3d0ef3
commit d51148951f
10 changed files with 46 additions and 223 deletions
-1
View File
@@ -71,7 +71,6 @@ class DashboardController < ActionController::Base
WHATSAPP_CONFIGURATION_ID: GlobalConfigService.load('WHATSAPP_CONFIGURATION_ID', ''),
IS_ENTERPRISE: ChatwootApp.enterprise?,
AZURE_APP_ID: GlobalConfigService.load('AZURE_APP_ID', ''),
STRIPE_BILLING_V2_ENABLED: GlobalConfigService.load('STRIPE_BILLING_V2_ENABLED', 'false'),
GIT_SHA: GIT_HASH
}
end