4.15.0
·
0 commits
to 78c406f5df3083f7087b47def62727f23bc80bbe
since this release
- 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