Skip to content

Commit

Permalink
refactor: added customer id
Browse files Browse the repository at this point in the history
  • Loading branch information
preetamrevankar authored and Sanskar2001 committed Oct 25, 2024
1 parent c2d976c commit 6778a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cypress-tests/cypress/e2e/stripe-3ds-test.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down
1 change: 1 addition & 0 deletions cypress-tests/cypress/e2e/stripe-Manualcapture-test.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 6778a6b

Please sign in to comment.