- BraintreeCore
- Add BraintreeError
code
read-only property.
- Add BraintreeError
- PayPalNativeCheckoutClient
- Add new
PayPalNativeCheckoutClient
that requires only aBraintreeClient
instance. - Add new
PayPalNativeCheckoutClient#launchNativeCheckout
method that launches native checkout without throwing. - Deprecate
PayPalNativeCheckoutClient
constructor that requires bothFragment
andBraintreeClient
instances. - Deprecate
PayPalNativeCheckoutClient#tokenizePayPalAccount
method that throws an exception.
- Add new