From fe19127135ef0ffb702b64bb3d04ea8015109f6e Mon Sep 17 00:00:00 2001 From: Pa1NarK <69745008+pixincreate@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:07:31 +0530 Subject: [PATCH] fix(cypress): fix naming convention in iatapay ideal (#5618) --- cypress-tests/cypress/e2e/PaymentUtils/Iatapay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress-tests/cypress/e2e/PaymentUtils/Iatapay.js b/cypress-tests/cypress/e2e/PaymentUtils/Iatapay.js index fe9e0c68e0..3eddf05301 100644 --- a/cypress-tests/cypress/e2e/PaymentUtils/Iatapay.js +++ b/cypress-tests/cypress/e2e/PaymentUtils/Iatapay.js @@ -1,6 +1,6 @@ export const connectorDetails = { bank_redirect_pm: { - ideal: { + Ideal: { Request: { payment_method: "bank_redirect", payment_method_type: "ideal",