4.32.0
·
0 commits
to 8deaff534d3aa332b85f8925fe4aaedf78607590
since this release
- Bump target Kotlin version to
1.8.0
- PayPal
- Undeprecate
PayPalClient(BraintreeClient)
constructor - Undeprecate
PayPalClient#onBrowserSwitchResult(BrowserSwitchResult, PayPalBrowserSwitchResultCallback)
- Add
PayPalClient#parseBrowserSwitchResult(Context, Intent)
method - Add
PayPalClient#clearActiveBrowserSwitchRequests(Context)
method
- Undeprecate
- LocalPayment
- Undeprecate
LocalPaymentClient(BraintreeClient)
constructor - Undeprecate
LocalPaymentClient#onBrowserSwitchResult(Context, BrowserSwitchResult, LocalPaymentBrowserSwitchResultCallback)
- Add
LocalPaymentClient#parseBrowserSwitchResult(Context, Intent)
method - Add
LocalPaymentClient#clearActiveBrowserSwitchRequests(Context)
method
- Undeprecate
- Venmo
- Fix issue caused by
VenmoActivityResultContract
where a user cancelation is being misinterpreted as an unknown exception because the intent data isnull
(fixes #734) - Add the following properties to
VenmoRequest
:collectCustomerBillingAddress
collectCustomerShippingAddress
totalAmount
subTotalAmount
discountAmount
taxAmount
shippingAmount
lineItems
- Fix issue caused by