react-native-paypal
react-native-paypal copied to clipboard
Paypal wrapper for React Native
Hello I could not find "PayerId" in payment response { "client": { "environment": "mock", "paypal_sdk_version": "2.12.4", "platform": "Android", "product_name": "PayPal-Android-SDK" }, "response": { "create_time": "2014-02-12T22:29:49Z", "id": "PAY-6RV70583SB702805EKEYSZ6Y", "intent": "sale", "state":...
Is this react-native wrapper for sdk acutal?
I am trying click to paypal  how to fix?
I made the configurations (for Android) described at https://github.com/waqas19921/react-native-paypal I wrote a function which is called when a Button is pressed: https://s22.postimg.cc/imdbmhx3l/Untitled.png But i get this error: https://s22.postimg.cc/qrvdl60xd/35744111_634794970202096_1966110859876892672_n.png What could...
 I followed the Android instruction, but the IDE cannot resolve the method setJSMainModuleName and otherModulesHandlers
I have followed all the steps, I have changed import in MFLReactNativePayPal.m from: ` #import "RCTBridge.h" #import "RCTConvert.h" ` to ` #import "React/RCTBridge.h" #import "React/RCTConvert.h" ` in order to work...
Hi, I'm testing this library since I think it's the only one for both Android and iOS. I was wondering if it is fully operational because I see that the...
Hi, I tried installing on iOs using the instructions but I got lots of duplicate symbols and couldn't build. what I did: - npm install --save MattFoley/react-native-paypal - mkdir -p...
var PayPalFuture =require('react-native').NativeModules.PayPalFuture; PayPalFuture.futurePaymentRequest({ clientId: 'valid client id', environment: PayPalFuture.SANDBOX, merchantName:"Customer1", merchantPrivacyPolicyUri:"https://www.google.com/", merchantUserAgreementUri:"https://www.google.com/" },{null},{null}).then(function (authcode) Could you please help me to resolve this issue, please find the attached screenshot. image...