fix: (payment ) store fractional payment intent amounts

This commit is contained in:
Abubeker Yasin
2026-07-20 15:47:37 +03:00
parent 3293040438
commit 800e1e21ed
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?