Added
- BACS Direct Debit Component.
Fixed
- Google Pay Environment being set incorrectly to
WalletConstants.ENVIRONMENT_PRODUCTION
.
Deprecated
DropInServiceResult.Action(actionJSON: String)
is deprecated in favor ofDropInServiceResult.Action(action: com.adyen.checkout.components.model.payments.response.Action)
. Usecom.adyen.checkout.components.model.payments.response.Action.SERIALIZER
to serialize your JSON response string.