Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no SEPA payment method in PaymentMethodParser #125

Open
xxxrazorxxx opened this issue Dec 14, 2023 · 2 comments
Open

There is no SEPA payment method in PaymentMethodParser #125

xxxrazorxxx opened this issue Dec 14, 2023 · 2 comments
Labels

Comments

@xxxrazorxxx
Copy link

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

@hollabaq86
Copy link
Contributor

👋 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
Copy link
Contributor

for internal tracking, issue 31846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants