From 3e9aa42ab5735265eda4e98466bb583d5ab82ff7 Mon Sep 17 00:00:00 2001 From: Ibrahima SOW Date: Wed, 2 Aug 2023 13:37:06 +0000 Subject: [PATCH] Add module key for Addons --- gamification.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gamification.php b/gamification.php index d8dd198..369db4c 100644 --- a/gamification.php +++ b/gamification.php @@ -47,6 +47,7 @@ public function __construct() $this->tab = 'administration'; $this->version = '3.0.1'; $this->author = 'PrestaShop'; + $this->module_key = 'c1187d1672d2a2d33fbd7d5c29f0d42e'; $this->ps_versions_compliancy = [ 'min' => '8.0.0', ];