Skip to content

Releases: dietdoctor/braintree-go

v0.22.7

21 Feb 08:31
Compare
Choose a tag to compare
adding device data to customer request

v0.22.6

16 Jan 12:43
Compare
Choose a tag to compare
adding devie data to create payment method

v0.22.5: Merge pull request #4 from dietdoctor/package-name-switch

03 Dec 12:51
afea1d5
Compare
Choose a tag to compare

v0.22.4: Merge pull request #3 from dietdoctor/http-client-interface

17 Sep 09:01
1355537
Compare
Choose a tag to compare
use interface for http client so that we can use other implementations

v0.22.3: Merge pull request #2 from dietdoctor/new-user-id

31 May 11:52
fdbf52c
Compare
Choose a tag to compare

v0.22.2: Merge pull request #1 from dietdoctor/default-card

21 May 08:12
71ea1b6
Compare
Choose a tag to compare
Adding CustomerUpdateRequest that contains DefaultPaymentMethodToken

v0.22.1: Why

17 May 13:13
Compare
Choose a tag to compare
===
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