This commit is contained in:
Roba Boru
2026-07-20 15:50:29 +03:00
2 changed files with 6 additions and 1 deletions

View File

@@ -621,7 +621,7 @@ model PaymentMethod {
model PaymentIntent {
id String @id @default(uuid())
bookingId String @unique
amountMinor Int
amountMinor Float
currency String @default("ETB")
method PaymentMethodType
provider String?