Skip to content

Commit

Permalink
refactor: changed create body
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskar2001 committed Oct 7, 2024
1 parent a567c73 commit 38f86a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress-tests/cypress/support/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const createPaymentBody = {
],
confirm: false,
capture_method: "automatic",
authentication_type: "three_ds",
authentication_type: "no_three_ds",
customer_id: "hyperswitch_sdk_demo_id",
email: "[email protected]",
request_external_three_ds_authentication: false,
Expand All @@ -46,7 +46,7 @@ export const createPaymentBody = {
new_customer: "true",
login_date: "2019-09-10T10:11:12Z",
},
profile_id: "pro_xsQ7wTCP89OLqmWNcnRq",
profile_id: "pro_5fVcCxU8MFTYozgtf0P8",
billing: {
email: "[email protected]",
address: {
Expand Down

0 comments on commit 38f86a5

Please sign in to comment.