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
yeah the code for getCardNonce was intended for Braintree SDK v3.9 which did not support CCV
now its on v4.0 i believe so we need to update the getCardNonce method.
so getCardNonce currently bridges the initWithNumber method which only accepts
the following parameters: creditCardNumber, expirationMonth, expirationYear, cvv
I could add the initWithParameters method just check if argument above or object is passed.
or at least made available for deeper authentication by Braintree (as they will verify they match if provided)?
I'm referring primarily to
getCardNonce
.The text was updated successfully, but these errors were encountered: