This commit is contained in:
Roba Boru
2026-07-17 22:13:13 +03:00
4 changed files with 32 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ export class SupplementaryChargesService {
referenceType: PaymentReferenceType.SUPPLEMENTARY_CHARGE,
referenceId: charge.id,
orderRef: `SC-${charge.id.substring(0, 8)}`,
amountMinor: charge.amountMinor,
amountMinor: charge.amountMinor / 100,
currency: charge.currency,
provider: paymentMethod,
platform,