We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c5093 commit aee4bbeCopy full SHA for aee4bbe
1 file 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
0 commit comments