mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Supplementary amount issue resolution
This commit is contained in:
@@ -129,7 +129,7 @@ export class SupplementaryChargesService {
|
|||||||
referenceType: PaymentReferenceType.SUPPLEMENTARY_CHARGE,
|
referenceType: PaymentReferenceType.SUPPLEMENTARY_CHARGE,
|
||||||
referenceId: charge.id,
|
referenceId: charge.id,
|
||||||
orderRef: `SC-${charge.id.substring(0, 8)}`,
|
orderRef: `SC-${charge.id.substring(0, 8)}`,
|
||||||
amountMinor: charge.amountMinor,
|
amountMinor: charge.amountMinor / 100,
|
||||||
currency: charge.currency,
|
currency: charge.currency,
|
||||||
provider: paymentMethod,
|
provider: paymentMethod,
|
||||||
platform,
|
platform,
|
||||||
|
|||||||
Reference in New Issue
Block a user