braintree / braintree_java

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

Method Transaction.getRetrievalReferenceNumber() is not available in latest Java SDK #82

Closed jmsjr closed 4 years ago

jmsjr commented 4 years ago

General information

Issue description

According to this:

https://developers.braintreepayments.com/reference/response/transaction/java#retrieval_reference_number

The getRetrievalReferenceNumber() should exist but the latest version 2.106.0 does not have this.

sestevens commented 4 years ago

@jmsjr Thanks for raising this issue! You're right, this field doesn't seem to be exposed in the Java SDK. We will look into this and post here once with any updates.

hollabaq86 commented 4 years ago

👋 @jmsjr, this was added to 2.107.0.

I'm going to go ahead and close this issue, but feel free to create a new issue if there are any issues with the getRetrievalReferenceNumber.