@@ -44,6 +44,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
44
44
// stripe connector create with ideal enabled
45
45
it ( "connector-create-call-test" , ( ) => {
46
46
cy . createNamedConnectorCallTest (
47
+ "payment_processor" ,
47
48
createConnectorBody ,
48
49
bank_redirect_ideal_enabled ,
49
50
globalState ,
@@ -54,6 +55,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
54
55
// cybersource connector create with card credit enabled
55
56
it ( "connector-create-call-test" , ( ) => {
56
57
cy . createNamedConnectorCallTest (
58
+ "payment_processor" ,
57
59
createConnectorBody ,
58
60
card_credit_enabled ,
59
61
globalState ,
@@ -120,6 +122,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
120
122
// stripe connector create with ideal enabled
121
123
it ( "connector-create-call-test" , ( ) => {
122
124
cy . createNamedConnectorCallTest (
125
+ "payment_processor" ,
123
126
createConnectorBody ,
124
127
bank_redirect_ideal_enabled ,
125
128
globalState ,
@@ -130,6 +133,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
130
133
// cybersource connector create with card credit enabled in USD
131
134
it ( "connector-create-call-test" , ( ) => {
132
135
cy . createNamedConnectorCallTest (
136
+ "payment_processor" ,
133
137
createConnectorBody ,
134
138
card_credit_enabled_in_USD ,
135
139
globalState ,
@@ -196,6 +200,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
196
200
// stripe connector create with credit enabled for US
197
201
it ( "connector-create-call-test" , ( ) => {
198
202
cy . createNamedConnectorCallTest (
203
+ "payment_processor" ,
199
204
createConnectorBody ,
200
205
card_credit_enabled_in_US ,
201
206
globalState ,
@@ -206,6 +211,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
206
211
// cybersource connector create with card credit enabled in US
207
212
it ( "connector-create-call-test" , ( ) => {
208
213
cy . createNamedConnectorCallTest (
214
+ "payment_processor" ,
209
215
createConnectorBody ,
210
216
card_credit_enabled_in_US ,
211
217
globalState ,
@@ -272,6 +278,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
272
278
// stripe connector create with ideal enabled
273
279
it ( "connector-create-call-test" , ( ) => {
274
280
cy . createNamedConnectorCallTest (
281
+ "payment_processor" ,
275
282
createConnectorBody ,
276
283
bank_redirect_ideal_enabled ,
277
284
globalState ,
@@ -282,6 +289,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
282
289
// cybersource connector create with ideal enabled
283
290
it ( "connector-create-call-test" , ( ) => {
284
291
cy . createNamedConnectorCallTest (
292
+ "payment_processor" ,
285
293
createConnectorBody ,
286
294
bank_redirect_ideal_enabled ,
287
295
globalState ,
@@ -350,6 +358,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
350
358
// stripe connector create with card credit enabled
351
359
it ( "connector-create-call-test" , ( ) => {
352
360
cy . createNamedConnectorCallTest (
361
+ "payment_processor" ,
353
362
createConnectorBody ,
354
363
card_credit_enabled ,
355
364
globalState ,
@@ -360,6 +369,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
360
369
// cybersource connector create with card credit and ideal enabled
361
370
it ( "connector-create-call-test" , ( ) => {
362
371
cy . createNamedConnectorCallTest (
372
+ "payment_processor" ,
363
373
createConnectorBody ,
364
374
bank_redirect_ideal_and_credit_enabled ,
365
375
globalState ,
@@ -427,16 +437,18 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
427
437
// stripe connector create with card credit enabled
428
438
it ( "connector-create-call-test" , ( ) => {
429
439
cy . createNamedConnectorCallTest (
440
+ "payment_processor" ,
430
441
createConnectorBody ,
431
442
card_credit_enabled ,
432
443
globalState ,
433
444
"stripe"
434
445
) ;
435
446
} ) ;
436
447
437
- // cybersource connector create with card credit
448
+ // cybersource connector create with card credit
438
449
it ( "connector-create-call-test" , ( ) => {
439
450
cy . createNamedConnectorCallTest (
451
+ "payment_processor" ,
440
452
createConnectorBody ,
441
453
card_credit_enabled ,
442
454
globalState ,
@@ -503,6 +515,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
503
515
// stripe connector create with ideal enabled
504
516
it ( "connector-create-call-test" , ( ) => {
505
517
cy . createNamedConnectorCallTest (
518
+ "payment_processor" ,
506
519
createConnectorBody ,
507
520
bank_redirect_ideal_enabled ,
508
521
globalState ,
@@ -513,6 +526,7 @@ describe("Payment Method list using Constraint Graph flow tests", () => {
513
526
// cybersource connector create with card credit enabled
514
527
it ( "connector-create-call-test" , ( ) => {
515
528
cy . createNamedConnectorCallTest (
529
+ "payment_processor" ,
516
530
createConnectorBody ,
517
531
card_credit_enabled ,
518
532
globalState ,
0 commit comments