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 5a8ef03 + caf6843 commit d69a897Copy full SHA for d69a897
dev/tests/integration/testsuite/Magento/Sales/_files/order_list.php
@@ -24,8 +24,7 @@
24
'subtotal' => 120.00,
25
'base_grand_total' => 120.00,
26
'store_id' => 1,
27
- 'website_id' => 1,
28
- 'payment' => $payment
+ 'website_id' => 1
29
],
30
[
31
'increment_id' => '100000003',
@@ -35,8 +34,7 @@
35
34
'base_grand_total' => 140.00,
36
'subtotal' => 140.00,
37
'store_id' => 0,
38
- 'website_id' => 0,
39
+ 'website_id' => 0
40
41
42
'increment_id' => '100000004',
@@ -46,8 +44,7 @@
46
44
47
45
48
49
50
51
52
];
53
0 commit comments