From a5f898f915a79c52fa2033f8f3f7ee043b83e5e4 Mon Sep 17 00:00:00 2001 From: Pa1NarK <69745008+pixincreate@users.noreply.github.com> Date: Wed, 12 Mar 2025 12:55:54 +0530 Subject: [PATCH] ci(cypress): fix paypal failures (#7491) --- cypress-tests/cypress/e2e/configs/Payment/Paypal.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress-tests/cypress/e2e/configs/Payment/Paypal.js b/cypress-tests/cypress/e2e/configs/Payment/Paypal.js index d2aed265d7..df24dfba98 100644 --- a/cypress-tests/cypress/e2e/configs/Payment/Paypal.js +++ b/cypress-tests/cypress/e2e/configs/Payment/Paypal.js @@ -9,7 +9,7 @@ const successfulNo3DSCardDetails = { }; const successfulThreeDSTestCardDetails = { - card_number: "4868719460707704", + card_number: "5329879786234393", card_exp_month: "01", card_exp_year: "50", card_holder_name: "joseph Doe", @@ -89,7 +89,7 @@ export const connectorDetails = { status: "failed", error_code: "AMOUNT_MISMATCH", error_message: - "description - Should equal item_total + tax_total + shipping + handling + insurance - shipping_discount - discount., value - 65.50, field - value;", + "description - Should equal item_total + tax_total + shipping + handling + insurance - shipping_discount - discount., value - 60.50, field - value;", }, }, }, @@ -392,7 +392,7 @@ export const connectorDetails = { Response: { status: 200, body: { - status: "succeeded", + status: "requires_customer_action", }, }, },