We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee4bbe commit d962c18Copy full SHA for d962c18
1 file changed
controllers/admin/AdminGanalyticsAjax.php
@@ -33,7 +33,7 @@ public function init()
33
(new GanalyticsRepository())->updateData(
34
[
35
'sent' => 1,
36
- 'date_add' => 'NOW()',
+ 'date_add' => ['value' => 'NOW()', 'type' => 'sql'],
37
],
38
'id_order = ' . $orderId
39
);
0 commit comments