Basic Stripe integration. new pages for stripe handshake and new Account page. use query instead of useQuery for trpc fetches from store
This commit is contained in:
@@ -49,6 +49,8 @@ model Account {
|
||||
members Membership[]
|
||||
notes Note[]
|
||||
max_notes Int @default(100)
|
||||
stripe_subscription_id String?
|
||||
stripe_customer_id String?
|
||||
|
||||
@@map("account")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user