Skip to content

Commit d69a897

Browse files
ENGCOM-4705: Remove an unused variable from order_list fixture in the integration test suite. #22220
- Merge Pull Request #22220 from evktalo/magento2:remove_unused_payment_from_orderdata_in_order_list_fixture - Merged commits: 1. caf6843
2 parents 5a8ef03 + caf6843 commit d69a897

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
'subtotal' => 120.00,
2525
'base_grand_total' => 120.00,
2626
'store_id' => 1,
27-
'website_id' => 1,
28-
'payment' => $payment
27+
'website_id' => 1
2928
],
3029
[
3130
'increment_id' => '100000003',
@@ -35,8 +34,7 @@
3534
'base_grand_total' => 140.00,
3635
'subtotal' => 140.00,
3736
'store_id' => 0,
38-
'website_id' => 0,
39-
'payment' => $payment
37+
'website_id' => 0
4038
],
4139
[
4240
'increment_id' => '100000004',
@@ -46,8 +44,7 @@
4644
'base_grand_total' => 140.00,
4745
'subtotal' => 140.00,
4846
'store_id' => 1,
49-
'website_id' => 1,
50-
'payment' => $payment
47+
'website_id' => 1
5148
],
5249
];
5350

0 commit comments

Comments
 (0)