From 6872bb48369eff9d55d8e70d26bf1ad0bae9eeb1 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Thu, 22 Dec 2022 15:38:12 +0530 Subject: [PATCH 1/2] Juspay Trace Added --- src/drivers/webextension/images/icons/juspay.svg | 5 +++++ src/technologies/j.json | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/juspay.svg diff --git a/src/drivers/webextension/images/icons/juspay.svg b/src/drivers/webextension/images/icons/juspay.svg new file mode 100644 index 000000000..cc2852a87 --- /dev/null +++ b/src/drivers/webextension/images/icons/juspay.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies/j.json b/src/technologies/j.json index dd7e742ec..88481a82f 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -710,6 +710,18 @@ "scriptSrc": "cdn\\.juo\\.io/", "website": "https://get.juo.io" }, + "Juspay": { + "cats": [ + 41 + ], + "description": "Juspay is evolutionizing digital payments in India.", + "icon": "juspay.svg", + "js": { + "Juspay": "" + }, + "scriptSrc": "/api\\.juspay\\.in/pay-v3\\.js", + "website": "https://juspay.in" + }, "Justo": { "cats": [ 6 From f97864d22dc39e892f3e0acea7d23a2dd49ccbf6 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sun, 25 Dec 2022 08:12:09 +0530 Subject: [PATCH 2/2] JusPay Trace Improved --- src/technologies/j.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies/j.json b/src/technologies/j.json index 88481a82f..7c184db92 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -714,12 +714,11 @@ "cats": [ 41 ], - "description": "Juspay is evolutionizing digital payments in India.", + "description": "Juspay is a developer of an online platform designed to be used for mobile-based payments.", "icon": "juspay.svg", "js": { "Juspay": "" }, - "scriptSrc": "/api\\.juspay\\.in/pay-v3\\.js", "website": "https://juspay.in" }, "Justo": {