kraffslol / react-native-braintree-xplat

Cross-platform Braintree module for React Native
MIT License
81 stars 121 forks source link

Thread 1: signal SIGABRT #99

Closed Talkwondo closed 6 years ago

Talkwondo commented 6 years ago

Hello, After I called to the funcion: BTClient.getCardNonce(card).then(function(nonce) { //payment succeeded, pass nonce to server }) .catch(function(err) { //error handling });

I getting this error in the Xcode.

and I don't understand where braintree can know how much the user need to pay? where is that field?

Thanks,

paul-apacio commented 5 years ago

Did you discover a solution for this as I am also hitting the same issue.