From ee75ace7cdb020fa0b909007f20b45b54fc0ef39 Mon Sep 17 00:00:00 2001 From: O K Date: Thu, 4 Sep 2025 14:56:01 +0300 Subject: [PATCH] copyright --- mauticconnect.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mauticconnect.php b/mauticconnect.php index 0d738c9..3d19340 100644 --- a/mauticconnect.php +++ b/mauticconnect.php @@ -3,8 +3,8 @@ /** * Mautic Integration for PrestaShop * - * @author Your Name - * @copyright 2023 Your Name + * @author Panariga + * @copyright 2025 Panariga * @license https://opensource.org/licenses/AFL-3.0 Academic Free License (AFL 3.0) */ @@ -1096,6 +1096,7 @@ class MauticConnect extends Module 'date_add' => date('Y-m-d H:i:s'), ], false, true, Db::INSERT_IGNORE); // INSERT IGNORE is a safe way to prevent errors on race conditions } + public function log(array $data) {