feat: allow feature plan map in super admin (#9318)

- Add subscribed_features method in models/enterprise/account and include it in the JSON response
This commit is contained in:
Shivam Mishra
2024-05-09 11:28:46 +05:30
committed by GitHub
parent 4eec0aa11a
commit eff24c0d71
5 changed files with 59 additions and 0 deletions

View File

@@ -135,8 +135,13 @@
description: 'The Chatwoot Inbox HMAC Key for Contact Support in Cloud'
locked: false
- name: CHATWOOT_CLOUD_PLANS
display_title: 'Cloud Plans'
value:
description: 'Config to store stripe plans for cloud'
- name: CHATWOOT_CLOUD_PLAN_FEATURES
display_title: 'Planwise Features List'
value:
description: 'Config to features and their associated plans'
- name: DEPLOYMENT_ENV
value: self-hosted
description: 'The deployment environment of the installation, to differentiate between Chatwoot cloud and self-hosted'