diff --git a/enterprise/app/services/enterprise/billing/reconcile_plan_features_service.rb b/enterprise/app/services/enterprise/billing/reconcile_plan_features_service.rb index b9c3f6856..a6f76f6b5 100644 --- a/enterprise/app/services/enterprise/billing/reconcile_plan_features_service.rb +++ b/enterprise/app/services/enterprise/billing/reconcile_plan_features_service.rb @@ -19,7 +19,15 @@ class Enterprise::Billing::ReconcilePlanFeaturesService channel_voice ].freeze - BUSINESS_PLAN_FEATURES = %w[sla custom_roles csat_review_notes conversation_required_attributes advanced_assignment custom_tools].freeze + BUSINESS_PLAN_FEATURES = %w[ + sla + custom_roles + csat_review_notes + conversation_required_attributes + advanced_assignment + custom_tools + companies + ].freeze ENTERPRISE_PLAN_FEATURES = %w[audit_logs disable_branding saml].freeze PREMIUM_PLAN_FEATURES = (STARTUP_PLAN_FEATURES + BUSINESS_PLAN_FEATURES + ENTERPRISE_PLAN_FEATURES).freeze