fix ( telebirr ) remove booking ref from title

This commit is contained in:
Abubeker Yasin
2026-06-16 15:33:03 +03:00
parent c56e0e794c
commit 30fecc3627

View File

@@ -210,7 +210,7 @@ export class TelebirrProvider implements PaymentProvider {
merch_code: this.merchantCode,
merch_order_id: input.merchantOrderId,
trade_type: "Checkout" as const,
title: `EDR ${input.orderRef}`,
title: `EDR booking payment`,
total_amount: totalAmount,
trans_currency: input.currency,
timeout_express: this.timeoutExpress,