fixing platform admin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Prisma Schema — RentFlow (Complete)
|
||||
# Prisma Schema — RentalDriveGo (Complete)
|
||||
|
||||
> Stripe has been removed. Payments use AmanPay and PayPal.
|
||||
|
||||
@@ -25,7 +25,7 @@ model Company {
|
||||
address Json?
|
||||
status CompanyStatus @default(PENDING)
|
||||
|
||||
// RentFlow billing — company pays subscription via AmanPay or PayPal
|
||||
// RentalDriveGo billing — company pays subscription via AmanPay or PayPal
|
||||
// No third-party customer ID needed — we manage payment references ourselves
|
||||
subscriptionPaymentRef String? // last AmanPay/PayPal transaction ref
|
||||
|
||||
|
||||
Reference in New Issue
Block a user