File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
cypress-tests/cypress/e2e/configs/Payment Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ export const connectorDetails = {
290
290
} ,
291
291
Refund : {
292
292
//This connector doesn't support multiple refunds
293
- Configs :{
293
+ Configs : {
294
294
TRIGGER_SKIP : true ,
295
295
} ,
296
296
Request : {
@@ -304,8 +304,8 @@ export const connectorDetails = {
304
304
} ,
305
305
} ,
306
306
PartialRefund : {
307
- //This connector doesn't support multiple refunds
308
- Configs :{
307
+ //This connector doesn't support multiple refunds
308
+ Configs : {
309
309
TRIGGER_SKIP : true ,
310
310
} ,
311
311
Request : {
@@ -319,8 +319,8 @@ export const connectorDetails = {
319
319
} ,
320
320
} ,
321
321
manualPaymentRefund : {
322
- //This connector doesn't support multiple refunds
323
- Configs :{
322
+ //This connector doesn't support multiple refunds
323
+ Configs : {
324
324
TRIGGER_SKIP : true ,
325
325
} ,
326
326
Request : {
@@ -334,8 +334,8 @@ export const connectorDetails = {
334
334
} ,
335
335
} ,
336
336
manualPaymentPartialRefund : {
337
- //This connector doesn't support multiple refunds
338
- Configs :{
337
+ //This connector doesn't support multiple refunds
338
+ Configs : {
339
339
TRIGGER_SKIP : true ,
340
340
} ,
341
341
Request : {
@@ -601,7 +601,7 @@ export const connectorDetails = {
601
601
TRIGGER_SKIP : true ,
602
602
} ,
603
603
Request : {
604
- currency :"PLN" ,
604
+ currency : "PLN" ,
605
605
payment_method : "card" ,
606
606
payment_method_type : "debit" ,
607
607
payment_method_data : {
You can’t perform that action at this time.
0 commit comments