Supplementary amount issue resolution

This commit is contained in:
Stephanos A
2026-07-17 19:47:11 +03:00
parent c3f4ba1f4e
commit 2567e25173

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,