Merge pull request #775 from Tria-plc/stephpaymentfix

Steph payment isssues fix
This commit is contained in:
mulish77
2026-07-17 19:51:18 +03:00
committed by GitHub

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,