What's Changed
New
- New supported payment method: ACH Direct Debit.
- You can now encrypt the bank details (account number, routing number) if using the
BankDetailsEncryptor
with an API-only integration. This is required for ACH. - For the Card Component, you can configure the countries in the billing address drop-down menu using
billingAddressCountryCodes
.
Changed
- Moved the WeChat binary from the
AdyenWeChatPay
module to an external repository. If you're using WeChat Pay with Carthage, addAdyenWeChatPayInternal
to your project. If you're using WeChat Pay with CocoaPods and Swift Package Manager, the change happens automatically as part of the update.
Improved
- For the Card Component, the focus moves to the next field when the entered card number reaches the expected length.
- If testing Apple Pay using the Simulator, you get an
invalidToken
error. The error description now explains that you must use a device instead. - We improved the app-to-app redirect detection by increasing the delay for the
BrowserComponent
. - Update the WeChat Pay Component to use WeChat SDK 1.9.2.
Fixed
- Apple Pay Component no longer calls
didFail
for a successful payment. This used to happen if you didn't dismiss the Apple Pay view immediately after callingfinalizeIfNeeded(with: success)
. - Text fields, except the card number and CVC, now allow the system default input options.