File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# PayPal iOS SDK Release Notes
3
3
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
+
4
15
## 2.0.0-beta2 (2024-12-11)
5
16
* CorePayments
6
17
* Make ` CoreSDKError ` conform to Equatable
You can’t perform that action at this time.
0 commit comments