mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 09:58:12 +00:00
fix: ( telebirr ) : change the payer id to appid
This commit is contained in:
@@ -64,7 +64,7 @@ export class TelebirrProvider implements PaymentProvider {
|
|||||||
platform === 'mobile'
|
platform === 'mobile'
|
||||||
? {
|
? {
|
||||||
type: 'LAUNCH_APP' as const,
|
type: 'LAUNCH_APP' as const,
|
||||||
prepayId,
|
appId:this.merchantAppId,
|
||||||
receiveCode: response.biz_content?.receiveCode,
|
receiveCode: response.biz_content?.receiveCode,
|
||||||
shortCode: this.merchantCode,
|
shortCode: this.merchantCode,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user