- PayPal
- Add
recurringBillingDetails
,recurringBillingPlanType
, andamountBreakdown
properties toPayPalCheckoutRequest
. Enables RBA metadata to be passed for the PayPal Checkout Vault with Purchase flow - Add
userAction
property toPayPalVaultRequest
- Add
ResolvePayPalUseCase
that checks if the PayPal app will resolve the app-switch URL before enabling or attempting app switch. - App switch will be enabled only if
ResolvePayPalUseCase
returns true in addition to the existing checks inPayPalInternalClient
. - App launch will be attempted only if
ResolvePayPalUseCase
returns true in addition to the existing checks inPayPalLauncher
.
- Add
- BraintreeCore
- Add OkHttp version 4.12.0
- Add FPTI tag
paypal_app_switch_url_received
for when the SDK has received an app switch URL from the Paypal APIs. - Existing FPTI tag
attempted_app_switch
will be sent after verifying the Paypal app can resolve the URL.
- PayPal Messaging
- bump version to 1.1.13