Merge pull request #389 from Tria-plc/alpha

Update dmoney.provider.ts
This commit is contained in:
Abubeker Yasin
2026-07-01 12:20:10 +03:00
committed by GitHub

View File

@@ -211,7 +211,7 @@ export class DMoneyProvider implements PaymentProvider {
merch_order_id: input.merchantOrderId,
trade_type: "WebCheckout" as const,
business_type: "OnlineMerchant" as const,
title: `${input.orderRef}`,
title: "EDR booking payment",
total_amount: totalAmount,
// Charge the currency the caller already converted to; never relabel it provider-side.
trans_currency: input.currency,