Skip to content

Commit d2bb7b8

Browse files
chore(cypress): run formatter and address lints
1 parent 5c9da24 commit d2bb7b8

File tree

1 file changed

+8
-8
lines changed
  • cypress-tests/cypress/e2e/configs/Payment

1 file changed

+8
-8
lines changed

cypress-tests/cypress/e2e/configs/Payment/Payu.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export const connectorDetails = {
290290
},
291291
Refund: {
292292
//This connector doesn't support multiple refunds
293-
Configs:{
293+
Configs: {
294294
TRIGGER_SKIP: true,
295295
},
296296
Request: {
@@ -304,8 +304,8 @@ export const connectorDetails = {
304304
},
305305
},
306306
PartialRefund: {
307-
//This connector doesn't support multiple refunds
308-
Configs:{
307+
//This connector doesn't support multiple refunds
308+
Configs: {
309309
TRIGGER_SKIP: true,
310310
},
311311
Request: {
@@ -319,8 +319,8 @@ export const connectorDetails = {
319319
},
320320
},
321321
manualPaymentRefund: {
322-
//This connector doesn't support multiple refunds
323-
Configs:{
322+
//This connector doesn't support multiple refunds
323+
Configs: {
324324
TRIGGER_SKIP: true,
325325
},
326326
Request: {
@@ -334,8 +334,8 @@ export const connectorDetails = {
334334
},
335335
},
336336
manualPaymentPartialRefund: {
337-
//This connector doesn't support multiple refunds
338-
Configs:{
337+
//This connector doesn't support multiple refunds
338+
Configs: {
339339
TRIGGER_SKIP: true,
340340
},
341341
Request: {
@@ -601,7 +601,7 @@ export const connectorDetails = {
601601
TRIGGER_SKIP: true,
602602
},
603603
Request: {
604-
currency:"PLN",
604+
currency: "PLN",
605605
payment_method: "card",
606606
payment_method_type: "debit",
607607
payment_method_data: {

0 commit comments

Comments
 (0)