braintree / braintree_java

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

Please add currencyIsoCode to MerchantAccount #26

Closed thhalm-talkwalker closed 8 years ago

thhalm-talkwalker commented 9 years ago

The class MerchantAccount does not provide access to the information of the merchant account's assigned currency (although is included in the source NodeWrapper in node currency-iso-code).

Would be great to have access to this information in order to implement some validation checks in the code. Thanks!

wjr1985 commented 8 years ago

This is now available in 2.53.0 https://github.com/braintree/braintree_java/commit/35bb511711897618386a4d7256e7eece74108849

thhalm-talkwalker commented 8 years ago

Thanks a lot. Really appreciated.