mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 23:35:42 +00:00
Prod test issues resolution
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user