File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
cypress-tests/cypress/e2e/configs/Payment Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,10 @@ export const connectorDetails = {
289
289
} ,
290
290
} ,
291
291
Refund : {
292
+ //This connector doesn't support multiple refunds
293
+ Configs :{
294
+ TRIGGER_SKIP : true ,
295
+ } ,
292
296
Request : {
293
297
amount : 6000 ,
294
298
} ,
@@ -300,6 +304,10 @@ export const connectorDetails = {
300
304
} ,
301
305
} ,
302
306
PartialRefund : {
307
+ //This connector doesn't support multiple refunds
308
+ Configs :{
309
+ TRIGGER_SKIP : true ,
310
+ } ,
303
311
Request : {
304
312
amount : 2000 ,
305
313
} ,
@@ -311,6 +319,10 @@ export const connectorDetails = {
311
319
} ,
312
320
} ,
313
321
manualPaymentRefund : {
322
+ //This connector doesn't support multiple refunds
323
+ Configs :{
324
+ TRIGGER_SKIP : true ,
325
+ } ,
314
326
Request : {
315
327
amount : 6000 ,
316
328
} ,
@@ -322,6 +334,10 @@ export const connectorDetails = {
322
334
} ,
323
335
} ,
324
336
manualPaymentPartialRefund : {
337
+ //This connector doesn't support multiple refunds
338
+ Configs :{
339
+ TRIGGER_SKIP : true ,
340
+ } ,
325
341
Request : {
326
342
amount : 2000 ,
327
343
} ,
You can’t perform that action at this time.
0 commit comments