Skip to content

1.2.0

Compare
Choose a tag to compare
@descorp descorp released this 16 Nov 12:08
· 450 commits to develop since this release
ede788d

What's Changed

New

  • For Apple Pay, on the payment form, you can now require the fields for the shopper's billing and shipping address, email and name. Use requiredShippingContactFields and requiredBillingContactFields.
  • For Google Pay, on the payment form, you can now require the fields for the shopper's billing and shipping address, email and name. Use billingAddressRequired, billingAddressParameters, shippingAddressRequired and shippingAddressParameters.
  • For cards, you can now control the options that appear in the picker for the Country field in the payment form. Use allowedAddressCountryCodes, passing a list of ISO 3166-1 alpha-2 country codes.
  • For cards on Android, the picker for the Country field is pre-selected with the value specified in the countryCode parameter.
  • Support for Xcode 15.

Changed

Library versions:

Fixes

  • The android SDK no longer crash when it receives invalid Action data.
  • The AdyenAppearance class can now be used with app bundle names containing the en dash (-) character.
  • You can now start Drop-in by calling start('dropIn').

New Contributors

Full Changelog: 1.1.0...1.2.0