braintree / braintree_java

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

Add customerId to all PaymentMethods #28

Closed chancedowns closed 8 years ago

chancedowns commented 8 years ago

The ruby code has the customer_id on all PaymentMethods, but it hasn't been added to the java code.

https://github.com/braintree/braintree_ruby/commit/abc2f237e5c521ba15819f9a95555b55af2b042f

kexline4710 commented 8 years ago

@chancedowns We are aware of this issue and will include a fix in an upcoming release, so you'll be able to get a customerId on all types of PaymentMethod methods. Thank you for the feedback!