From c9cba34fca32fbde8bfd24ab27bfdd9a970dfdd1 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 15 Jul 2023 01:49:02 +0600 Subject: [PATCH] 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