We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac062a0 commit 3ba5d9dCopy full SHA for 3ba5d9d
dev/tests/integration/testsuite/Magento/Sales/_files/order_list_with_invoice.php
@@ -55,7 +55,7 @@
55
'base_grand_total' => 140.00,
56
'grand_total' => 140.00,
57
'subtotal' => 140.00,
58
- 'created_at' => $dateTime->modify('-1 month')->format(DateTime::DATETIME_PHP_FORMAT),
+ 'created_at' => $dateTime->modify('first day of -1 month')->format(DateTime::DATETIME_PHP_FORMAT),
59
],
60
[
61
'increment_id' => '100000005',
0 commit comments