Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62bbc43

Browse files
committedJan 21, 2025·
CHANGELOG
1 parent 3857677 commit 62bbc43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11

22
# PayPal iOS SDK Release Notes
33

4+
## Unreleased
5+
* Breaking Changes
6+
* PayPalWebPayments
7+
* Update completion handler types to use `Result` instead of optional tuples
8+
* Change `start` completion from `(PayPalWebCheckoutResult?, CoreSDKError?)` to `Result<PayPalWebCheckoutResult, CoreSDKError>`
9+
* Change `vault` completion from `(PayPalVaultResult?, CoreSDKError?)` to `Result<PayPalVaultResult, CoreSDKError>`
10+
* CardPayments
11+
* Update completion handler types to use `Result` instead of optional tuples
12+
* Change `approveOrder` completion from `(CardResult?, CoreSDKError?)` to `Result<CardResult, CoreSDKError>`
13+
* Change `vault` completion from `(CardVaultResult?, CoreSDKError?)` to `Result<CardVaultResult, CoreSDKError>`
14+
415
## 2.0.0-beta2 (2024-12-11)
516
* CorePayments
617
* Make `CoreSDKError` conform to Equatable

0 commit comments

Comments
 (0)
Please sign in to comment.