Skip to content

Commit 5c9da24

Browse files
committed
fix: skip multiple refunds
1 parent 4ce5aba commit 5c9da24

File tree

1 file changed

+16
-0
lines changed
  • cypress-tests/cypress/e2e/configs/Payment

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ export const connectorDetails = {
289289
},
290290
},
291291
Refund: {
292+
//This connector doesn't support multiple refunds
293+
Configs:{
294+
TRIGGER_SKIP: true,
295+
},
292296
Request: {
293297
amount: 6000,
294298
},
@@ -300,6 +304,10 @@ export const connectorDetails = {
300304
},
301305
},
302306
PartialRefund: {
307+
//This connector doesn't support multiple refunds
308+
Configs:{
309+
TRIGGER_SKIP: true,
310+
},
303311
Request: {
304312
amount: 2000,
305313
},
@@ -311,6 +319,10 @@ export const connectorDetails = {
311319
},
312320
},
313321
manualPaymentRefund: {
322+
//This connector doesn't support multiple refunds
323+
Configs:{
324+
TRIGGER_SKIP: true,
325+
},
314326
Request: {
315327
amount: 6000,
316328
},
@@ -322,6 +334,10 @@ export const connectorDetails = {
322334
},
323335
},
324336
manualPaymentPartialRefund: {
337+
//This connector doesn't support multiple refunds
338+
Configs:{
339+
TRIGGER_SKIP: true,
340+
},
325341
Request: {
326342
amount: 2000,
327343
},

0 commit comments

Comments
 (0)