Merge pull request #718 from Tria-plc/alpha

Alpha
This commit is contained in:
Abubeker Yasin
2026-07-15 23:26:28 +03:00
committed by GitHub

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,
);
}