mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 11:08:12 +00:00
fix ( telebirr ) remove booking ref from title
This commit is contained in:
@@ -210,7 +210,7 @@ export class TelebirrProvider implements PaymentProvider {
|
|||||||
merch_code: this.merchantCode,
|
merch_code: this.merchantCode,
|
||||||
merch_order_id: input.merchantOrderId,
|
merch_order_id: input.merchantOrderId,
|
||||||
trade_type: "Checkout" as const,
|
trade_type: "Checkout" as const,
|
||||||
title: `EDR ${input.orderRef}`,
|
title: `EDR booking payment`,
|
||||||
total_amount: totalAmount,
|
total_amount: totalAmount,
|
||||||
trans_currency: input.currency,
|
trans_currency: input.currency,
|
||||||
timeout_express: this.timeoutExpress,
|
timeout_express: this.timeoutExpress,
|
||||||
|
|||||||
Reference in New Issue
Block a user