feat: display billing information with business name in OrganizationSettings component for improved user clarity

This commit is contained in:
Usman Baig
2026-02-20 03:10:08 +01:00
parent 4410366ccf
commit 6d277b126e
2 changed files with 6 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ export interface SubscriptionDetails {
sites_count?: number
/** Pageviews in current billing period (when pageview_limit > 0). Present when backend supports usage API. */
pageview_usage?: number
/** Business name from Stripe Checkout (optional). */
/** Business name from Stripe Tax ID collection / business purchase flow (optional). */
business_name?: string
}