1.2.0
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
andrequiredBillingContactFields
. - 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
andshippingAddressParameters
. - 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
- @stefkampen made their first contribution in #260
Full Changelog: 1.1.0...1.2.0