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) {