Skip to content

Commit

Permalink
chore(cypress): run formatter and address lints
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Mar 11, 2025
1 parent bb1dc01 commit 9e046ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cypress-tests/cypress/e2e/configs/Payment/Hipay.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const multiUseMandateData = {
};
export const connectorDetails = {
card_pm: {

PaymentIntent: {
Request: {
currency: "EUR",
Expand Down Expand Up @@ -201,7 +200,7 @@ export const connectorDetails = {
},
},
SaveCardUseNo3DSAutoCapture: {
Configs: {
Configs: {
TRIGGER_SKIP: true,
},
Request: {
Expand Down
2 changes: 1 addition & 1 deletion cypress-tests/cypress/e2e/configs/Payment/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const connectorDetails = {
paybox: payboxConnectorDetails,
xendit: xenditConnectorDetails,
paypal: paypalConnectorDetails,
hipay:HipayConnectorDetails,
hipay: HipayConnectorDetails,
stripe: stripeConnectorDetails,
elavon: elavonConnectorDetails,
trustpay: trustpayConnectorDetails,
Expand Down

0 comments on commit 9e046ec

Please sign in to comment.