braintree_java icon indicating copy to clipboard operation
braintree_java copied to clipboard

There is no SEPA payment method in PaymentMethodParser

Open xxxrazorxxx opened this issue 2 years ago • 2 comments

General information

  • SDK/Library version: 3.30.0
  • Environment: Production
  • Language, language version, and OS: Java all versions

Issue description

Hello, there is information in documentation, that we can use find method of payment method gateway to find payment method by token: https://developer.paypal.com/braintree/docs/reference/request/payment-method/find/java

But, if I tries to find it with SDK, it always returns UnknownPaymentMethod instance for SEPA tokens, because PaymentMethodParser doesn't allow parsing SEPA payment method response

xxxrazorxxx avatar Dec 14 '23 21:12 xxxrazorxxx

👋 thanks for reaching out. You're totally right, when we added support for SEPA in 3.20.0 we missed the payment method parser function 🙃

I don't have an ETA on when this fix will get rolled out, you're welcome to submit a PR with the fix if you like! Otherwise, we will eventually get to fixing this up.

hollabaq86 avatar Jan 05 '24 18:01 hollabaq86

for internal tracking, issue 31846

hollabaq86 avatar Jan 05 '24 18:01 hollabaq86