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.
2 parents ed39ea7 + 665b263 commit bbc1122Copy full SHA for bbc1122
dev/tests/integration/testsuite/Magento/Sales/_files/order_list_with_invoice.php
@@ -45,7 +45,8 @@
45
'base_grand_total' => 130.00,
46
'grand_total' => 130.00,
47
'subtotal' => 130.00,
48
- 'created_at' => $dateTime->modify('-1 day')->format(DateTime::DATETIME_PHP_FORMAT),
+ 'created_at' => max($dateTime->modify('-1 day'), $dateTime->modify('first day of this month'))
49
+ ->format(DateTime::DATETIME_PHP_FORMAT),
50
],
51
[
52
'increment_id' => '100000004',
0 commit comments