2.33.0 | 2024-12-17
🚀 New Features and Improvements
- It is now possible to vault ACH via Stripe payments, and pay with vaulted ACH via Stripe tokens. See our docs for more info.
- It is now possible to granularly control Apple Pay Billing and Shipping options. See our docs for more.
Fix
- We have fixed an issue where the wrong error (
generic-underlying-errors
) was passed when a user cancelled a PayPal payment. Now, the correct error (payment-cancelled
) is reported.
- We have updated the default background colour of the default theme for dark mode.
- The close button is now disabled for Klarna during payment processing.
- The success asset is now more prominent in dark mode.
2.32.1 | 2024-11-21
🪲 Bug fixes
- Updated the 3DS SDK to version
2.4.1
which fixes a crashing issue.
- Remove precondition on
presentPaymentMethod
which could cause a crash in certain scenarios.
2.32.0 | 2024-11-13
🚀 New Features and Improvements
- We have added additional dismissal controls to PrimerUIOptions. It is now possible to dismiss the Primer UI via gestures, an explicit close button, or both. See our SDK reference for more information.