Update payments.service.ts

This commit is contained in:
Abubeker Yasin
2026-07-15 23:14:05 +03:00
parent 458f27c1b1
commit 7725b0d5d4

View File

@@ -261,7 +261,7 @@ export class PaymentsService {
// Booking is in ETB — convert to the provider's settlement currency.
chargeAmount = await this.currencyService.convertMinorToChargeMajor(
booking.totalMinor,
'ETB',
booking.currency,
chargeCurrency,
);
}