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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Braintree iOS SDK Release Notes
2
2
3
+
## unreleased
4
+
* PayPal
5
+
* Add optional `fallbackURLScheme` parameter to support custom URL scheme fallback in PayPal App Switch
6
+
3
7
## 6.40.0 (2025-11-20)
4
8
* PayPal
5
9
* Add `offerCredit` property to `PayPalCheckoutRequest`. Enables merchants to offer PayPal Credit for Checkout requests.
@@ -12,7 +16,6 @@
12
16
* Add `userAction` property to `BTPayPalVaultRequest`
13
17
* Add `paypal:tokenize:default-browser-switch:started` event for when the appSwitch fails for universalLink and `openURLInDefaultBrowser` is triggered.
14
18
* Add `paypal:tokenize:default-browser-switch:succeeded` and `paypal:tokenize:default-browser-switch:failed` events for when the browser switch succeeds or fails.
15
-
* Add `fallbackUrlScheme` to client initializer for merchants to have fallback return url if https url fails
/// - universalLink: The URL to use for the PayPal app switch flow. Must be a valid HTTPS URL dedicated to Braintree app switch returns. This URL must be allow-listed in your Braintree Control Panel.
106
+
/// - fallbackURLScheme: Optional: A custom URL scheme to use as a fallback if the universal link fails. This scheme must be registered in your app's Info.plist and allow-listed in the Braintree Control Panel.
106
107
/// - Warning: This initializer should be used for merchants using the PayPal App Switch flow. This feature is currently in beta and may change or be removed in future releases.
0 commit comments