From a3500d8d790f6d1193bbc1d7a6777a1e9dfa8272 Mon Sep 17 00:00:00 2001 From: Thomas N Date: Wed, 9 Sep 2026 17:35:12 +0100 Subject: [PATCH] Add the product key needed to upload releases on the marketplace --- productcomments.php | 1 + 1 file changed, 1 insertion(+) diff --git a/productcomments.php b/productcomments.php index 875f40d..007ad8a 100644 --- a/productcomments.php +++ b/productcomments.php @@ -71,6 +71,7 @@ public function __construct() $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true; + $this->module_key = 'e699ddd0ac2d61593ec594e82b719da6'; parent::__construct();