braintree / braintree_java

Braintree Java library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
158 stars 98 forks source link

creditCardNumber() in search API only allows one of startsWith/endsWith #62

Closed sg3391 closed 6 years ago

sg3391 commented 6 years ago

When using the search endpoint, creditCardNumber(https://developers.braintreepayments.com/reference/request/transaction/search/java#credit_card_number) should ideally support both startsWith and endsWith but the correct implementation only allows filtering by one of them

bluk commented 6 years ago

Thanks for the suggestion. We will look into this.

bluk commented 6 years ago

This should be fixed in version 2.79.0. It will take a little bit to distribute throughout Maven but should be available in a couple hours.