Jun 28 - Implement payment functions (Stripe)

This commit is contained in:
2026-06-28 12:01:25 -04:00
parent 61ede27093
commit f292c8fb7b
21 changed files with 1112 additions and 18 deletions
+3
View File
@@ -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,
)