We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbf5b4d + 20eea04 commit c6e71f9Copy full SHA for c6e71f9
1 file changed
controllers/front/ajax.php
@@ -41,7 +41,7 @@ public function initContent()
41
(new GanalyticsRepository())->updateData(
42
[
43
'sent' => 1,
44
- 'date_add' => 'NOW()',
+ 'date_add' => ['value' => 'NOW()', 'type' => 'sql'],
45
],
46
'id_order = ' . $orderId,
47
1
0 commit comments