File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
dev/tests/integration/testsuite/Magento/Sales/_files Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \Sales \Model \Order \Address as OrderAddress ;
10
10
use Magento \Sales \Model \Order \Payment ;
11
11
12
+ // phpcs:ignore Magento2.Security.IncludeFile
12
13
require 'order.php ' ;
13
14
/** @var Order $order */
14
15
/** @var Order\Payment $payment */
24
25
'subtotal ' => 120.00 ,
25
26
'base_grand_total ' => 120.00 ,
26
27
'store_id ' => 1 ,
27
- 'website_id ' => 1 ,
28
- 'payment ' => $ payment
28
+ 'website_id ' => 1
29
29
],
30
30
[
31
31
'increment_id ' => '100000003 ' ,
35
35
'base_grand_total ' => 140.00 ,
36
36
'subtotal ' => 140.00 ,
37
37
'store_id ' => 0 ,
38
- 'website_id ' => 0 ,
39
- 'payment ' => $ payment
38
+ 'website_id ' => 0
40
39
],
41
40
[
42
41
'increment_id ' => '100000004 ' ,
46
45
'base_grand_total ' => 140.00 ,
47
46
'subtotal ' => 140.00 ,
48
47
'store_id ' => 1 ,
49
- 'website_id ' => 1 ,
50
- 'payment ' => $ payment
48
+ 'website_id ' => 1
51
49
],
52
50
];
53
51
You can’t perform that action at this time.
0 commit comments