Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PiX committed Apr 22, 2024
1 parent 943f221 commit 29304fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress-tests/cypress/support/commands.js
Expand Up @@ -327,7 +327,7 @@ Cypress.Commands.add("saveCardConfirmCallTest", (confirmBody, det, globalState)
confirmBody.card_cvc = det.card.card_cvc;
confirmBody.payment_token = globalState.get("paymentToken");
confirmBody.client_secret = globalState.get("clientSecret");
console.log("conf conn ->" + globalState.get("connectorId"));
console.log("configured connector ->" + globalState.get("connectorId"));
cy.request({
method: "POST",
url: `${globalState.get("baseUrl")}/payments/${paymentIntentID}/confirm`,
Expand Down

0 comments on commit 29304fd

Please sign in to comment.