Releases: dietdoctor/braintree-go
Releases · dietdoctor/braintree-go
v0.22.7
v0.22.6
v0.22.5: Merge pull request #4 from dietdoctor/package-name-switch
Package name switch
v0.22.4: Merge pull request #3 from dietdoctor/http-client-interface
use interface for http client so that we can use other implementations
v0.22.3: Merge pull request #2 from dietdoctor/new-user-id
update user can change user id
v0.22.2: Merge pull request #1 from dietdoctor/default-card
Adding CustomerUpdateRequest that contains DefaultPaymentMethodToken
v0.22.1: Why
=== The BrainTree api supports providing billing address when creating a payment method. It is also the only way to set it on a payment method as the api for credit card requires PCI SAQ D compliance. https://developers.braintreepayments.com/reference/request/payment-method/create/ruby#billing_address TransactionRequest should use AddressRequest