From 46e84a6b0cb74bccc3a63d9568ca2668866a960f Mon Sep 17 00:00:00 2001 From: likhinbopanna <131246334+likhinbopanna@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:57:18 +0530 Subject: [PATCH] ci(postman): Added necessary card networks (#3230) Co-authored-by: Likhin Bopanna --- .../Payment Connector - Create/request.json | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/postman/collection-dir/checkout/Flow Testcases/QuickStart/Payment Connector - Create/request.json b/postman/collection-dir/checkout/Flow Testcases/QuickStart/Payment Connector - Create/request.json index 9500716c12..7ca3d82e79 100644 --- a/postman/collection-dir/checkout/Flow Testcases/QuickStart/Payment Connector - Create/request.json +++ b/postman/collection-dir/checkout/Flow Testcases/QuickStart/Payment Connector - Create/request.json @@ -56,10 +56,12 @@ "payment_method_types": [ { "payment_method_type": "credit", - "card_networks": [ - "Visa", - "Mastercard" - ], + "card_networks": ["AmericanExpress", + "Discover", + "Interac", + "JCB", + "Mastercard", + "Visa", "DinersClub","UnionPay","RuPay"], "minimum_amount": 1, "maximum_amount": 68607706, "recurring_enabled": true, @@ -67,10 +69,12 @@ }, { "payment_method_type": "debit", - "card_networks": [ - "Visa", - "Mastercard" - ], + "card_networks": ["AmericanExpress", + "Discover", + "Interac", + "JCB", + "Mastercard", + "Visa", "DinersClub","UnionPay","RuPay"], "minimum_amount": 1, "maximum_amount": 68607706, "recurring_enabled": true,