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:
vincanger
2024-10-14 11:19:29 +02:00
committed by GitHub
parent 7e8eda913e
commit 50b7b8afce
10 changed files with 38 additions and 37 deletions

View File

@ -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?