fix: ( telebirr ) : change the payer id to appid

This commit is contained in:
Abubeker Yasin
2026-06-04 08:46:37 +03:00
parent d80f77b941
commit 848cb530ee

View File

@@ -64,7 +64,7 @@ export class TelebirrProvider implements PaymentProvider {
platform === 'mobile'
? {
type: 'LAUNCH_APP' as const,
prepayId,
appId:this.merchantAppId,
receiveCode: response.biz_content?.receiveCode,
shortCode: this.merchantCode,
}