6.5.0
github-actions
released this
10 Aug 16:44
·
0 commits
to 5d442a6a12ffa2169182b875c13642b1d1e88314
since this release
- BraintreeVenmo
- Add additional error parsing for Venmo errors
- Throw cancelation specific error for
BTVenmoClient.tokenize()
(fixes #1085)- The callback style version of this function previously returned
(nil, nil)
for the cancel scenario, but will now return(nil, error)
instead.
- The callback style version of this function previously returned
- BraintreeCore
- Send
live
instead ofproduction
for themerchant_sdk_env
tag to PayPal's analytics service (FPTI)
- Send