mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-07-12 14:12:19 +02:00
Fix docs links & other small updates (#273)
* fix links and other small updates * Update analytics.md * Update payments-integration.md
This commit is contained in:
@ -19,7 +19,7 @@ model User {
|
||||
paymentProcessorUserId String? @unique
|
||||
lemonSqueezyCustomerPortalUrl String? // You can delete this if you're not using Lemon Squeezy as your payments processor.
|
||||
checkoutSessionId String?
|
||||
subscriptionStatus String? // 'active', 'canceled', 'past_due', 'deleted'
|
||||
subscriptionStatus String? // 'active', 'cancel_at_period_end', 'past_due', 'deleted'
|
||||
subscriptionPlan String? // 'hobby', 'pro'
|
||||
sendNewsletter Boolean @default(false)
|
||||
datePaid DateTime?
|
||||
|
Reference in New Issue
Block a user