Skip to content

4.4.0

Compare
Choose a tag to compare
@mohammedDehairy mohammedDehairy released this 10 Nov 13:21
6bec6e3

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 to true.
  • 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.