Skip to content

Releases: gametimesf/braintree-go

Add CreateTransactionRiskContext call

11 Mar 18:21
b1c255d

Choose a tag to compare

The client has been extended with an additional communication channel, and a new CreateTransactionRiskContext call has been implemented.

v0.0.5

06 Nov 20:12
dbbd372

Choose a tag to compare

What's Changed

  • feat: add vaulted-payment-method-token by @kendallm in #9

Full Changelog: v0.0.4...v0.0.5

v0.0.4

11 Oct 16:41
0f7b59c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

extend transaction struct

17 Jul 21:42
f20c298

Choose a tag to compare

  1. added the shared payment method field[optional] to transaction struct

Added braintree Oauth methods

10 Jul 18:19
4f2b3d3

Choose a tag to compare

methods added

CreateTokenFromRefreshToken
Grant
CreateTokenFromCode

Expose Http Error

08 Jun 15:42
9cf24db

Choose a tag to compare

Expose HTTPError type which will expose the response status code from Braintree requests that don't have a 2xx response.