Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Improved - For all payment methods that include input fields for the shopper's address, the address input fields are now on a separate screen. This declutters the payment screen to improve user experience. # Changed - Custom conformances to [PaymentMethod](https://adyen.github.io/adyen-ios/5.0.0/documentation/adyen/paymentmethod/) and [StoredPaymentMethod](https://adyen.github.io/adyen-ios/5.0.0/documentation/adyen/storedpaymentmethod/) are now required to be [Encodable](https://developer.apple.com/documentation/swift/encodable) # Fixed - For Apple Pay, when the `allowOnboarding` property of `ApplePayConfiguration.init` is set to **true**, the onboarding check now runs correctly. - In landscape mode, the search bar height no longer expands and obstructs other visual elements like the issuer list on the screen. - For stored card payments using Drop-in, the pay button is now enabled correctly when entering the security code with the [Traditional Chinese Cantonese keyboard](https://developer.apple.com/forums/thread/741038).
- Loading branch information