From 336470060cb13d6ee58c7284fc68c671e891a5c1 Mon Sep 17 00:00:00 2001 From: Mohammed Ashab Uddin Date: Tue, 11 Aug 2020 12:01:30 +0400 Subject: [PATCH] template has been added --- whatsapp-web.js/src/models/website.js | 1 + 1 file changed, 1 insertion(+) diff --git a/whatsapp-web.js/src/models/website.js b/whatsapp-web.js/src/models/website.js index 7c908d2..909b1ec 100644 --- a/whatsapp-web.js/src/models/website.js +++ b/whatsapp-web.js/src/models/website.js @@ -77,6 +77,7 @@ class Website { j["bannerUrl"] = this.bannerUrl; j["email"] = this.email; j["description"] = this.desc; + j["template"] = 'Colo_Shop'; let csv = 'product id,product name,description,cost,product image url\n'; for (let prod of this.products.getAllData().values())