Braintree v5.13.0 Release Notes
Release Date: 2022-09-16 // 9 months ago-
- BraintreePayPalNativeCheckout (BETA)
- Fix CocoaPods integrations to pin exact
PayPalCheckout
version - Update NativeCheckout version from 0.100.0 to 0.106.0
- This version update allows US based customers with a confirmed phone number to log into their PayPal account using a one time passcode sent via SMS without needing to authenticate through a webview.
- Update Package.swift to use local
PayPalCheckout
dependency instead of fetching remotely. - Fixes a bug where all Braintree merchants using SPM (including those not using the
BraintreePayPalNativeCheckout
module), would getPayPalCheckout
in their projects.
- Fix CocoaPods integrations to pin exact
- BraintreePayPalNativeCheckout (BETA)
Previous changes from v5.12.0
-
- ➕ Adds support for Xcode 14 and iOS 16
- BraintreeSEPADirectDebit
- Update
BTSEPADirectDebitNonce
to pull inibanLastFour
andcustomerID
as expected - Remove unused
presentationContextProvider
(fixes #854)
- Update