Skip to content

Support for Braintree 3D-secure, tax patch

Compare
Choose a tag to compare
@alfredsgenkins alfredsgenkins released this 27 Nov 15:32
· 139 commits to master since this release
ebfc1f0

What's inside

  • Support for Braintree 3D-secure
  • Tax amount patch

Feature break-down

Support for Braintree 3D-secure, tax patch

The query field getBraintreeConfig was added. It returns following configuration field:

type Braintree {
    is_three_d_secure: Boolean
}

Tax amount patch

Tax amount type switched from int to float.