Skip to content

Commit fdccd97

Browse files
authored
Update HookDisplayOrderConfirmation.php
Fixes #62
1 parent bc45a7f commit fdccd97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/Hook/HookDisplayOrderConfirmation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function run()
6666
'id_order' => (int) $order->id,
6767
'id_shop' => (int) $this->context->shop->id,
6868
'sent' => 0,
69-
'date_add' => 'NOW()',
69+
'date_add' => ['value' => 'NOW()', 'type' => 'sql'],
7070
]
7171
);
7272

0 commit comments

Comments
 (0)