diff --git a/cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js index 27f8e7fcbd..91fc25fde9 100644 --- a/cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js +++ b/cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js @@ -714,7 +714,6 @@ describe("Card - SaveCard payment flow test", () => { // Copy all properties from the original card details. ...data.Request.payment_method_data.card, // Set the desired modifications for this specific test case. - card_exp_year: "55", // Update expiry year. card_holder_name: card_holder_name, // Update card holder name. }, },