From edafc06596b07ed47c4399558862bc6ec594bcc0 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 10 Nov 2023 14:55:22 +0000 Subject: [PATCH] Add module key --- shootime.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shootime.php b/shootime.php index 3a444da..ab053d4 100644 --- a/shootime.php +++ b/shootime.php @@ -49,6 +49,8 @@ public function __construct() $this->author = 'Shootime'; $this->need_instance = 0; + $this->module_key = '55eeacd02b0c6af12c4d1ee172938638'; + /** * Set $this->bootstrap to true if your module is compliant with bootstrap (PrestaShop 1.6) */