From 56fc7de7a8ec9af83a95637f57ef48db4584f249 Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:05:21 +0100 Subject: [PATCH] chore: reverting prevoius change --- .../client/default/js/adyen_checkout/checkoutConfiguration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cartridges/app_adyen_SFRA/cartridge/client/default/js/adyen_checkout/checkoutConfiguration.js b/src/cartridges/app_adyen_SFRA/cartridge/client/default/js/adyen_checkout/checkoutConfiguration.js index 43778445c..a2a828587 100644 --- a/src/cartridges/app_adyen_SFRA/cartridge/client/default/js/adyen_checkout/checkoutConfiguration.js +++ b/src/cartridges/app_adyen_SFRA/cartridge/client/default/js/adyen_checkout/checkoutConfiguration.js @@ -272,7 +272,6 @@ function getGiftCardConfig() { } async function handleOnChange(state) { - await new Promise(resolve => setTimeout(resolve, 200)); const { type } = state.data.paymentMethod; store.isValid = state.isValid; if (!store.componentsObj[type]) {