Skip to content

6.5.0

Compare
Choose a tag to compare
@github-actions 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.
  • BraintreeCore
    • Send live instead of production for the merchant_sdk_env tag to PayPal's analytics service (FPTI)