Skip to content

Commit

Permalink
fix: workflow indentation fix (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskar2001 authored Oct 7, 2024
1 parent 929e9e9 commit bf00bb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-automation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
working-directory: ./cypress-tests
env:
CYPRESS_HYPERSWITCH_PUBLISHABLE_KEY: $HS_Pub_Key
CYPRESS_HYPERSWITCH_SECRET_KEY: $HS_Sec_Key
env:
CYPRESS_HYPERSWITCH_PUBLISHABLE_KEY: $HS_Pub_Key
CYPRESS_HYPERSWITCH_SECRET_KEY: $HS_Sec_Key
# Runs Cypress tests located in the specified directory
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 bf00bb3

Please sign in to comment.