You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. We will test it. At present, we are making below changes in
react-native-apay module before releasing mobile app build.
(After doing npm install, in react-native-apay, we are doing the following
changes to include mada network and releasing mobile build.)
(react-native-apay/ios/RNApplePay.m)
if ***@***.***(iOS 12.0, *)) {
[supportedNetworksMapping setObject:PKPaymentNetworkMaestro forKey:@
"maestro"];
*[supportedNetworksMapping setObject:PKPaymentNetworkMada forKey:@"mada"];*
}
[image: image.png]
(react-native-apay/index.d.ts)
Add "mada" in APayAllowedCardNetworkType (first line which is supported
cards)
export type APayAllowedCardNetworkType = "amex" | "mastercard"| "visa" |
"privatelabel" | "chinaunionpay" | "interac" | "jcb" | "suica" |
"cartebancaires" | "idcredit" | "quicpay" | "maestro"* | "mada"*
Regards,
Anil
Mada network is required for payments in middle east
The text was updated successfully, but these errors were encountered: