You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `.checkoutCanceled` and `.vaultCanceled` to `PayPalWebCheckoutClientError`
18
18
* Rename `PayPalWebCheckoutClientError` to `PayPalError`
19
+
* Add `.checkoutCanceledError` and `vaultCanceledError` to `PayPalError`
19
20
* Add public static functions `isCheckoutCanceled(Error)` and `isVaultCanceled(Error)` to `PayPalError` to distinguish cancellation errors in PayPal flows.
21
+
* Make `PayPalError` public to expose cancellation error handling helpers
20
22
* CardPayments
21
23
* Replace delegate pattern with completion handlers and Swift concurrency
// Helper function that allows handling of PayPal vault cancel errors separately without having to cast the error to CoreSDKError and checking code and domain properties.
0 commit comments