diff --git a/cypress-tests/cypress/e2e/stripe-3ds-test.cy.ts b/cypress-tests/cypress/e2e/stripe-3ds-test.cy.ts index 300f3c0e..5a64ad3e 100644 --- a/cypress-tests/cypress/e2e/stripe-3ds-test.cy.ts +++ b/cypress-tests/cypress/e2e/stripe-3ds-test.cy.ts @@ -13,6 +13,7 @@ describe("Card payment flow test", () => { "#orca-payment-element-iframeRef-orca-elements-payment-element-payment-element"; changeObjectKeyValue(createPaymentBody,"authentication_type","three_ds") + changeObjectKeyValue(createPaymentBody,"customer_id","new_user") beforeEach(() => { diff --git a/cypress-tests/cypress/e2e/stripe-Manualcapture-test.cy.ts b/cypress-tests/cypress/e2e/stripe-Manualcapture-test.cy.ts index 843e6c85..bf1430dc 100644 --- a/cypress-tests/cypress/e2e/stripe-Manualcapture-test.cy.ts +++ b/cypress-tests/cypress/e2e/stripe-Manualcapture-test.cy.ts @@ -13,6 +13,7 @@ describe("Card payment flow test", () => { "#orca-payment-element-iframeRef-orca-elements-payment-element-payment-element"; changeObjectKeyValue(createPaymentBody,"capture_method","manual") + changeObjectKeyValue(createPaymentBody,"customer_id","new_user") beforeEach(() => {