Skip to content

Commit 129b63c

Browse files
authored
Changelog: move additive changes from breaking section (#299)
* Changelog: move additive changes from breaking section * remove duplicate line for PayPal cancel errors
1 parent 41b0f03 commit 129b63c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Diff for: CHANGELOG.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
* Add `vault(vaultRequest:completion(PayPalVaultResult?, CoreSDKError?) -> Void)` to `PayPalWebCheckoutClient`
1515
* Add `start(request:) async throws -> PayPalCheckoutResult`
1616
* Add `vault(vaultRequest:) async throws -> PayPalVaultResult`
17-
* Add `.checkoutCanceled` and `.vaultCanceled` to `PayPalWebCheckoutClientError`
18-
* Rename `PayPalWebCheckoutClientError` to `PayPalError`
19-
* Add `.checkoutCanceledError` and `vaultCanceledError` to `PayPalError`
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
2217
* CardPayments
2318
* Replace delegate pattern with completion handlers and Swift concurrency
2419
* Remove `CardDelegate` and `CardVaultDelegate`
@@ -28,14 +23,18 @@
2823
* Add `vault(request:completion:(CardVaultResult?, CoreSDKError?) -> Void)` to `CardClient`
2924
* Add `approveOrder(request:) async throws -> CardResult`
3025
* Add `vault(vaultRequest:) async throws -> CardVaultResult`
31-
* Add `.threeDSecureCanceled` to `CardClientError`
32-
* Rename `CardClientError` to `CardError`
33-
* Add `threeDSecureCanceledError` to `CardError`
34-
* Add public static function `isThreeDSecureCanceled(Error)` to `CardError` to distinguish cancellation error from threeDSecure verification
35-
* Make `CardError` public to expose cancellation error handling helper
3626
* PayPalWebPayments
3727
* Deprecate `PayPalVaultRequest(url:setupTokenID:)`
3828
* Add `PayPalVaultRequest(setupTokenID:)`
29+
* Rename `PayPalWebCheckoutClientError` to `PayPalError`
30+
* Add `.checkoutCanceledError` and `vaultCanceledError` to `PayPalError`
31+
* Add public static functions `isCheckoutCanceled(Error)` and `isVaultCanceled(Error)` to `PayPalError` to distinguish cancellation errors in PayPal flows.
32+
* Make `PayPalError` public to expose cancellation error handling helpers
33+
* CardPayments
34+
* Rename `CardClientError` to `CardError`
35+
* Add `threeDSecureCanceledError` to `CardError`
36+
* Add public static function `isThreeDSecureCanceled(Error)` to `CardError` to distinguish cancellation error from threeDSecure verification
37+
* Make `CardError` public to expose cancellation error handling helper
3938

4039
## 1.4.0 (2024-07-09)
4140
* PayPalNativePayments (DEPRECATED)

0 commit comments

Comments
 (0)