Releases: braintree/braintree_ios
Releases · braintree/braintree_ios
5.24.0
6.8.0
6.7.0
- BraintreeCore
- Fix bug where
type
was always returned asUnknown
infetchPaymentMethodNonces
(fixes #1099) - Analytics
- Send
tenant_name
inevent_params
to PayPal's analytics service (FPTI) - Update
component
frombtmobilesdk
tobraintreeclientsdk
for PayPal's analytics service (FPTI) - Send
correlation_id
, when possible, in PayPal analytic events
- Send
- Fix bug where
6.6.0
- BraintreePayPalNativeCheckout
- Update PayPalCheckout from 1.0.0 to 1.1.0.
5.23.0
- BraintreeVenmo
- Allow merchants to collect enriched customer data if enabled in the Braintree Control Panel
- Add the following properties to
BTVenmoRequest
collectCustomerBillingAddress
collectCustomerShippingAddress
totalAmount
subTotalAmount
discountAmount
taxAmount
shippingAmount
lineItems
6.5.0
- 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
6.4.0
6.3.0
- BraintreePayPalNativeCheckout (General Availability release)
- Update PayPalCheckout from 0.110.0 to 1.0.0. This is our newly released General Availability version
- Note: This module will now be subject to semantic versioning
- Update PayPalCheckout from 0.110.0 to 1.0.0. This is our newly released General Availability version
6.2.0
6.1.0
- BraintreeVenmo
- Allow merchants to collect enriched customer data if enabled in the Braintree Control Panel
- Add the following properties to
BTVenmoRequest
collectCustomerBillingAddress
collectCustomerShippingAddress
totalAmount
subTotalAmount
discountAmount
taxAmount
shippingAmount
lineItems