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
We have a need where we have a generated a nonce, and from the Java SDK, we would like to know the correct masking for the credit card number behind that nonce.
General information
Issue description
The class
PaymentMethodNonceDetails.java
( https://github.com/braintree/braintree_java/blob/master/src/main/java/com/braintreegateway/PaymentMethodNonceDetails.java ) has the basic information, likebin
andlastFour
andcardType
... but it would it would be better if there was an actual field / property calledmaskedCardNumber
in order to handle / cater for :braintree-web
allows up to 19-digits for Visa ).CreditCard.getMaskedNumber()
at( https://github.com/braintree/braintree_java/blob/master/src/main/java/com/braintreegateway/CreditCard.java#L357 )
braintree-web
allows up to 19-digits for Visa )The text was updated successfully, but these errors were encountered: