Releases: braintree/braintree_ios
Releases · braintree/braintree_ios
6.13.0
- BraintreeVenmo
- Add
isFinalAmount
toBTVenmoRequest
- Add
BTVenmoRequest.fallbackToWeb
- If set to
true
customers will fallback to a web based Venmo flow if the Venmo app is not installed - This method uses Universal Links instead of URL Schemes
- If set to
- Add
- BraintreeCore
- Send
paypal_context_id
inevent_params
to PayPal's analytics service (FPTI) when available - Send
link_type
inevent_params
to PayPal's analytics service (FPTI) - Fix bug where FPTI analytic events were being sent multiple times
- Send
6.12.0
- BraintreePayPal
- Add
imageURL
,upcCode
, andupcType
toBTPayPalLineItem
- Add
6.11.0
6.10.0
- BraintreePayPalNativeCheckout
- Update PayPalCheckout from 1.1.0 to 1.2.0.
- Add
userAuthenticationEmail
toBTPayPalNativeCheckoutRequest
- BraintreeDataCollector
- Update previously incorrect version of PPRiskMagnes with 5.4.1 for Carthage users
5.24.1
- BraintreePayPalDataCollector
- Update previously incorrect version of PPRiskMagnes 5.4.1 with staging removed
6.9.0
- BraintreeThreeDSecure
- Add
cardAddChallengeRequested
,uiType
, andrenderTypes
toBTThreeDSecureRequest
- Deprecate
BTThreeDSecureRequest.cardAddChallenge
- Fix bug where defaults for
BTThreeDSecureRequest.accountType
,BTThreeDSecureRequest.requestedExemptionType
, andBTThreeDSecureRequest.dfReferenceID
were improperly returning an error if not passed into the request
- Add
- BraintreeCard
- Deprecate unused
BTCardRequest
class
- Deprecate unused
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.