We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc45a7f commit fdccd97Copy full SHA for fdccd97
1 file changed
classes/Hook/HookDisplayOrderConfirmation.php
@@ -66,7 +66,7 @@ public function run()
66
'id_order' => (int) $order->id,
67
'id_shop' => (int) $this->context->shop->id,
68
'sent' => 0,
69
- 'date_add' => 'NOW()',
+ 'date_add' => ['value' => 'NOW()', 'type' => 'sql'],
70
]
71
);
72
0 commit comments