From 419a2c014d460470fea327ea2e806fc66e494b55 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 3 Feb 2022 15:07:55 +0600 Subject: [PATCH] Add Yampi Virtual store / ecommerce, Yampi Checkout / payment proc --- .../webextension/images/icons/Yampi.svg | 6 ++++ src/technologies/y.json | 34 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Yampi.svg diff --git a/src/drivers/webextension/images/icons/Yampi.svg b/src/drivers/webextension/images/icons/Yampi.svg new file mode 100644 index 000000000..b66f14b1d --- /dev/null +++ b/src/drivers/webextension/images/icons/Yampi.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/technologies/y.json b/src/technologies/y.json index 7d59648d5..7a42ca387 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -67,6 +67,40 @@ "scriptSrc": "b\\.yjtag\\.jp/iframe", "website": "https://tagmanager.yahoo.co.jp/" }, + "Yampi Virtual store": { + "cats": [ + 6 + ], + "description": "Yampi Virtual store is an ecommerce platform from Brazil.", + "icon": "Yampi.svg", + "implies": "Yampi Checkout", + "js": { + "Yampi.api_domain": "", + "Yampi.cart_token": "" + }, + "scriptSrc": "cdn\\.yampi\\.io/", + "saas": true, + "pricing": [ + "recurring", + "poa" + ], + "website": "https://www.yampi.com.br/loja-virtual" + }, + "Yampi Checkout": { + "cats": [ + 41 + ], + "description": "Yampi Checkout is an payment processor from Brazil.", + "icon": "Yampi.svg", + "js": { + "yampiCheckoutUrl": "" + }, + "saas": true, + "pricing": [ + "payg" + ], + "website": "https://www.yampi.com.br/checkout" + }, "Yahoo! Web Analytics": { "cats": [ 10