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
Language, language version, and OS: Java 18 on Mac OS
Issue description
Task: I need to retrieve saved payment methods for the customer.
Solution: getBraintreeGateway().customer().find(customerId).getPaymentMethods();
Issue: getPaymentMethods ignores saved "US Bank Account" Payment type.
The text was updated successfully, but these errors were encountered:
carwashi
added a commit
to carwashi/braintree_java
that referenced
this issue
Jul 22, 2024
General information
Issue description
Task: I need to retrieve saved payment methods for the customer.
Solution:
getBraintreeGateway().customer().find(customerId).getPaymentMethods();
Issue: getPaymentMethods ignores saved "US Bank Account" Payment type.
The text was updated successfully, but these errors were encountered: