copyright
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user