Skip to content

Commit

Permalink
fix: address ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Nov 28, 2024
1 parent 4f31cf4 commit 4953a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress-tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ Cypress.Commands.add(
}
);

Cypress.Commands.add("sessionTokenCall", (globalState) => {
Cypress.Commands.add("sessionTokenCall", (globalState, sessionTokenBody) => {
cy.request({
method: "POST",
url: `${globalState.get("baseUrl")}/payments/session_tokens`,
Expand Down

0 comments on commit 4953a18

Please sign in to comment.