Jun 28 - Implement payment functions (Stripe)
This commit is contained in:
@@ -64,4 +64,7 @@ def resolve_tenant(host):
|
||||
allow_scheduled_reports=plan.allow_scheduled_reports if plan else True,
|
||||
allow_branding=plan.allow_branding if plan else True,
|
||||
allow_custom_domain=plan.allow_custom_domain if plan else True,
|
||||
# MT-8: billing state
|
||||
subscription_status=tenant.subscription_status,
|
||||
trial_ends_at=tenant.trial_ends_at,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user