github Adyen/adyen-ios 4.0.0

latest releases: 5.11.0, 5.10.0, 4.13.0...
3 years ago

Improved

  • Improves forms to show system auto completion suggestions.

New

  • Adds Arabic as a supported language.
  • Adds support for RTL layout.
  • Adds native support for gift card payments through GiftCardComponent.
  • Adds support for partial payments through the GiftCardComponent.
  • Adds support for Boleto payment method through the BoletoComponent.
  • Adds support for pre filling forms using DropInComponent.Configuration.shopper of type PrefilledShopperInformation.
  • Adds didOpenExternalApplication(component:) call back to DropInComponentDelegate to notify you about redirects to an external app.
  • Adds cardComponentDelegate property to DropInComponent.
  • For certain card types, the CVC field will be marked as optional. The CardComponent performs a BIN lookup call which uses the card number to try and identify the corresponding card type and whether the CVC is required or not.

Fixed

  • Fixes a bug where browserinfo wasn't properly added to the PaymentComponentData object.
  • Fixes a bug in how redirect component parses the redirect query parameters.

Changed

  • Combines clientKey and environment into APIContext that needs to be injected into every component.
  • Renames PaymentMethodsConfiguration to DropInComponent.Configuration.
  • Renames CardConfiguration to CardComponent.Configuration.
  • Renames ApplePayConfiguration to AppleComponent.Configuration.
  • Groupes all action components' styles into ActionComponentStyle.

Don't miss a new adyen-ios release

NewReleases is sending notifications on new releases.