4.4.0
Important
This release is not compatible with Xcode 15
Please consider updating to 4.11.1 or newer
New
- You can now pre-fill shopper information for card payments. You can pre-fill the cardholder name, billing address, postal code and social security number, by injecting it when creating the component.
- For dual-branded cards issued in Europe, the Card Component now renders both brands, and allows the cardholder to choose the brand they want to pay with.
- On Drop-in, you can now allow shoppers to remove stored cards. Implement
StoredPaymentMethodsDelegate
and set
DropInComponent.Configuration.paymentMethodsList.allowDisablingStoredPaymentMethods
totrue
. - For the Card Component UI, once the card brand is detected, the supported card brand logos become more transparent to make them less prominent.
Fixed
- Shoppers can no longer enter invalid characters in the checkout form.
- Fixed an issue with the Drop-in slide-in animation.