Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Braintree_Static.xcframework.zip | 2025-07-23 | 9.8 MB | |
Braintree.xcframework.zip | 2025-07-23 | 25.9 MB | |
6.35.0 source code.tar.gz | 2025-07-23 | 2.4 MB | |
6.35.0 source code.zip | 2025-07-23 | 2.7 MB | |
README.md | 2025-07-23 | 920 Bytes | |
Totals: 5 Items | 40.8 MB | 0 |
- BraintreePayPal
- Bug fix:
BTPayPalRequest.userPhoneNumber
could be passed as an empty string resulting in an error - Bug fix: Ensure that
ASWebAuthenticationSession.start
is only called with one URL at a time by blocking additional start calls until the current one completes. - Bug fix: Pass
unitTaxAmount
as expected inBTPayPalLineItem
- Make
BTPayPalLineItem
parameters settable - Bug fix: only attempt to call
UIApplication.shared.open
on one URL at a time blocking otheropen
calls until the current one is finished - Bug fix: Ensure that the
browserLoginAlertCanceled
event is not fired off when theASWebAutheniticationSession
popup is disabled. - Add
paypal:tokenize:browser-presentation:started
event for when theASWebAuthenticationSession.start
is launched. - Update
url
FPTI tag to represent the approval URL prior to checkout and the success URL after checkout.