2.33.1 | 2024-12-23
Fix
- We have fixed an issue where
PaymentInstrumentData.accountNumberLast4Digits
was incorrectly named PaymentInstrumentData.accountNumberLastFourDigits
when exposed via the PrimerHeadlessUniversalCheckout
interface. Visit our SDK Reference for more information.
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.