braintree / braintree_java

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

expired attribute missing from ApplePayCard object #27

Closed mikebell90 closed 8 years ago

mikebell90 commented 8 years ago

The reference docs say this is included, so either they or the sdk is wrong. Thanks as always!

jdlc commented 8 years ago

@mikebell90 You're right that the docs say this should be included, and we've implemented a fix for our Java client library. You'll be able to use the getExpired() method in an upcoming release. Thanks for noticing and letting us know!