mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-13 14:37:27 +02:00
🐛 Fix licensing checkout and webhook (#1731)
This commit is contained in:
parent
518b66aa9a
commit
3ae7f7e021
7 changed files with 30 additions and 31 deletions
|
@ -20,7 +20,6 @@ model License {
|
|||
licenseeEmail String? @map("licensee_email")
|
||||
licenseeName String? @map("licensee_name")
|
||||
status LicenseStatus @default(ACTIVE) @map("status")
|
||||
stripeCustomerId String? @map("stripe_customer_id")
|
||||
|
||||
validations LicenseValidation[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue