Prod test issues resolution

This commit is contained in:
Stephanos A
2026-07-11 00:16:53 +03:00
parent 68c4f69cff
commit 05b3cdf104
12 changed files with 110 additions and 45 deletions

View File

@@ -99,6 +99,8 @@ export class PaymentsService {
priceTierId: true,
adultCount: true,
childCount: true,
totalMinor: true,
currency: true,
priceTier: { select: { priceMinor: true } },
},
},
@@ -129,7 +131,7 @@ export class PaymentsService {
id: item.id,
reference: item.id.substring(0, 8),
bookingId: item.bookingId,
booking: { bookingRef: b?.bookingRef },
booking: { bookingRef: b?.bookingRef, totalMinor: b?.totalMinor, currency: b?.currency },
amountMinor,
currency: item.currency,
method: item.method,