Fix JSON payload parsing in payment server
This commit is contained in:
@@ -13,7 +13,7 @@ class AppLink {
|
||||
case 'Egypt':
|
||||
return 'https://wallet-egypt.siromove.com/v1/main';
|
||||
case 'Jordan':
|
||||
return 'https://walletintaleq.intaleq.xyz/v2/main';
|
||||
return 'https://jordan-siro.intaleqapp.com/v2/main';
|
||||
default:
|
||||
return 'https://wallet.siromove.com/v1/main';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user