Open daisy1754 opened 5 years ago
@daisy1754 What field in the Braintree Blue purchase transaction response represents the transaction_id
to be used in the refund? Is it the network_transaction_id
field found in the transaction response?
@martinstreicher quite honestly I don't remember
No worries. I found it. It's the authorization
field in the response.
Marking this "of interest" before a cleanup of stale issues
Currently braintree blue refund is implemented in following way:
Is there any reason library is not fetching the transaction status and then do either refund or void? Current implementation is causing error response and seems a bit weird.
I'm happy to send a pull request to change behaviour but wanted to check if this is intentional. [EDIT: I no longer remember about this, so probably cannot send PR by myself]