We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c2f9d4 + d962c18 commit a82ea58Copy full SHA for a82ea58
2 files changed
classes/Hook/HookDisplayBackOfficeHeader.php
@@ -90,7 +90,7 @@ public function run()
90
if (!empty($transaction)) {
91
$ganalyticsRepository->updateData(
92
[
93
- 'date_add' => 'NOW()',
+ 'date_add' => ['value' => 'NOW()', 'type' => 'sql'],
94
'sent' => 1,
95
],
96
'id_order = ' . (int) $row['id_order'] . ' AND id_shop = ' . (int) $this->context->shop->id
controllers/admin/AdminGanalyticsAjax.php
@@ -33,7 +33,7 @@ public function init()
33
(new GanalyticsRepository())->updateData(
34
35
36
37
38
'id_order = ' . $orderId
39
);
0 commit comments