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?
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,