Refactor billing to manage subscriptions/invoices internally
This commit is contained in:
@@ -35,7 +35,6 @@ export type Plan = {
|
||||
id: string
|
||||
name: string
|
||||
amount: number
|
||||
stripe_price_id: string | null
|
||||
members: number | null
|
||||
blossom: boolean
|
||||
livekit: boolean
|
||||
|
||||
Reference in New Issue
Block a user