braintree / braintree_java

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

PaymentMethodOptionsRequest does not contain .verificationAmount(…) #42

Closed ngheungyu closed 8 years ago

ngheungyu commented 8 years ago

As CreditCardRequest is deprecated, PaymentMethodRequest does not allow us to verify card with a specific amount.

However it's in the doc: https://developers.braintreepayments.com/reference/request/payment-method/create/java#options.verification_amount

Thanks.

pblesi commented 8 years ago

@ngheungyu Thank you for pointing this out!

We will look to add this functionality in an upcoming release and will update you once it has been released.

Thanks!

omgrr commented 8 years ago

Hey @ngheungyu, this went out today in 2.64.0 00730a432d8bcf9a0ded2e7a357f023109f893ed. Thanks again for bringing this to our attention!

ngheungyu commented 8 years ago

Awesome! Appreciate it.