-
- Downloads
[FIX] payment_adyen: unblock the UI when additional details are required
Commit b6ae8a0a introduced the generic behavior of blocking the UI as soon as a submit button is pressed in a payment form. The 3DS2 flow of Adyen was not taken into account, resulting in the impossibility to enter the additional details required by Adyen. With this commit, the UI is unblocked at the right time to allow the user to submit the additional details. Moreover, the submit button is now hidden as soon as we don't want to show it anymore, rather than after having submitted the additional payment details. closes odoo/odoo#84695 Signed-off-by:Antoine Vandevenne (anv) <anv@odoo.com>
Please register or sign in to comment