-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PaymentMethod data is missing #13
Comments
Please change the below content in this file node_module/react-native-apay/ios/RNApplePay.m #import "RNApplePay.h" @implementation RNApplePay
RCT_EXPORT_METHOD(requestPayment:(NSDictionary *)props promiseWithResolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) {
} RCT_EXPORT_METHOD(complete:(NSNumber *_Nonnull)status promiseWithResolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) {
Then you will get complete data, which you have required. |
Hi I am integrating Payfort payment gateway but for some reason, the following data from the example do not come to me, they do not exist at all. Also, Checking on a real device. No errors occur
What is missing in the response from apple pay is paymentMethod
What comes to me:
Do you know what should I do to get paymentMethod ?
Thanks for the fixes
The text was updated successfully, but these errors were encountered: