From c9cba34fca32fbde8bfd24ab27bfdd9a970dfdd1 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 15 Jul 2023 01:49:02 +0600 Subject: [PATCH 1/2] Add authorize.net / payment-processors --- .../webextension/images/icons/authorize.net.svg | 12 ++++++++++++ src/technologies/a.json | 15 +++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/drivers/webextension/images/icons/authorize.net.svg diff --git a/src/drivers/webextension/images/icons/authorize.net.svg b/src/drivers/webextension/images/icons/authorize.net.svg new file mode 100644 index 000000000..f2824846e --- /dev/null +++ b/src/drivers/webextension/images/icons/authorize.net.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 27acf0ec1..73a6917c4 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -4514,6 +4514,21 @@ ], "website": "https://auth0.github.io/auth0.js/index.html" }, + "authorize.net": { + "cats": [ + 41 + ], + "description": "Authorize.net is a secure online payment gateway service that enables businesses to accept payments through various channels, such as e-commerce websites, mobile devices, and retail stores, providing a trusted platform for processing credit card and electronic cheque payments.", + "icon": "authorize.net.svg", + "headers": { + "Content-Security-Policy": "\\.authorize\\.net\\s" + }, + "js": { + "config.authorizenet_public_client_key": "" + }, + "scriptSrc": "\\.authorize\\.net/", + "website": "https://www.authorize.net" + }, "Auth0 Lock": { "cats": [ 69 From faf78acca76e29c4945e90a54981a727995cadea Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 15 Jul 2023 01:51:06 +0600 Subject: [PATCH 2/2] fixes --- src/technologies/a.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 73a6917c4..0d03b9c3a 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -4518,7 +4518,7 @@ "cats": [ 41 ], - "description": "Authorize.net is a secure online payment gateway service that enables businesses to accept payments through various channels, such as e-commerce websites, mobile devices, and retail stores, providing a trusted platform for processing credit card and electronic cheque payments.", + "description": "Authorize.net is a secure online payment gateway service that enables businesses to accept payments through various channels, such as ecommerce websites, mobile devices, and retail stores, providing a trusted platform for processing credit card and electronic cheque payments.", "icon": "authorize.net.svg", "headers": { "Content-Security-Policy": "\\.authorize\\.net\\s" @@ -4527,6 +4527,11 @@ "config.authorizenet_public_client_key": "" }, "scriptSrc": "\\.authorize\\.net/", + "saas": true, + "pricing": [ + "recurring", + "payg" + ], "website": "https://www.authorize.net" }, "Auth0 Lock": {