diff --git a/src/drivers/webextension/js/driver.js b/src/drivers/webextension/js/driver.js index 5eeac9829..9d788e2d1 100644 --- a/src/drivers/webextension/js/driver.js +++ b/src/drivers/webextension/js/driver.js @@ -458,7 +458,7 @@ const Driver = { * Callback for onAd listener * @param {Object} ad */ - async onAd(ad) { + onAd(ad) { Driver.cache.ads.push(ad) }, diff --git a/src/technologies.json b/src/technologies.json index b89b20335..f2b864cc0 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -8280,6 +8280,26 @@ ], "website": "https://magento.com" }, + "Zoey": { + "cats": [ + 6, + 61 + ], + "description": "Zoey is a cloud-based ecommerce platform for B2B and wholesale businesses.", + "icon": "Zoey.svg", + "implies": [ + "PHP", + "MySQL" + ], + "excludes": "Magento", + "js": { + "Zoey.module": "", + "zoey.developer": "", + "zoeyDev": "" + }, + "scripts": "cdna4\\.zoeysite\\.com", + "website": "https://www.zoey.com/" + }, "MailChimp": { "cats": [ 32 @@ -17807,4 +17827,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}