Skip to content

Commit 6d0a7c4

Browse files
committed
Merge remote-tracking branch 'origin/MC-32925' into 2.3-develop-pr117
2 parents 2375d2b + 77274aa commit 6d0a7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/_files/order_list_with_invoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'base_grand_total' => 140.00,
5656
'grand_total' => 140.00,
5757
'subtotal' => 140.00,
58-
'created_at' => $dateTime->modify('-1 month')->format(DateTime::DATETIME_PHP_FORMAT),
58+
'created_at' => $dateTime->modify('first day of -1 month')->format(DateTime::DATETIME_PHP_FORMAT),
5959
],
6060
[
6161
'increment_id' => '100000005',

0 commit comments

Comments
 (0)