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
General information
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
UnknownPaymentMethodinstance for SEPA tokens, becausePaymentMethodParserdoesn't allow parsing SEPA payment method response