braintree-react
Advanced tools
Changelog
3.2.0 -- June 2, 2016
onError
prop and implementation (christensena).bind(this)
to fix this
bug in teardown (christensena)braintreeInitialized
back to false after teardown (I'm not sure if this was causing problems but it was a logic error)Changelog
3.0.1
- December 2015
Replace const
with var
to obviate need for a transpiler #18 (christensena)
The clientToken
prop is now required. DropIn
will no longer fall back to using a fake client token.
Removed the ability to rely on window.react
- you now must use CommonJS to build braintree-react
.
Removed all pre-built builds (the dist
directory has been removed).
Moved from PhantomJS integration tests to Jest unit tests
Renamed onNonceReceived
prop to onPaymentMethodReceived
(christensena)
Added teardown
functionality to prevent multiple callback errors (christensena)
Changelog
2.0.0
- July 2015