File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
dev/tests/functional/tests/app/Magento/Sales/Test Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\Sales\Test\TestCase\PrintOrderFrontendGuestTest" summary =" Print Order from Guest on Frontend" ticketId =" MAGETWO-30253" >
10
10
<variation name =" PrintOrderFrontendGuestTestVariation1" >
11
- <data name =" tag" xsi : type =" string" >to_maintain:yes</data >
12
11
<data name =" customer" xsi : type =" array" >
13
12
<item name =" dataset" xsi : type =" string" >johndoe_with_addresses</item >
14
13
</data >
18
17
<data name =" payment" xsi : type =" array" >
19
18
<item name =" method" xsi : type =" string" >checkmo</item >
20
19
</data >
21
- <data name =" products/0" xsi : type =" string" >bundleProduct::bundle_dynamic_product </data >
20
+ <data name =" products/0" xsi : type =" string" >downloadableProduct::default </data >
22
21
<data name =" products/1" xsi : type =" string" >configurableProduct::default</data >
23
- <data name =" products/2" xsi : type =" string" >downloadableProduct::default </data >
22
+ <data name =" products/2" xsi : type =" string" >bundleProduct::bundle_dynamic_product </data >
24
23
<data name =" prices/subtotal" xsi : type =" string" >602.43</data >
25
24
<data name =" prices/shipping" xsi : type =" string" >25</data >
26
25
<data name =" prices/discount" xsi : type =" string" >-270</data >
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public function run()
107
107
$ orderId = trim ($ this ->salesOrderView ->getTitleBlock ()->getTitle (), '# ' );
108
108
$ data = [
109
109
'id ' => $ orderId ,
110
- 'customer_id ' => ['customer ' => $ this ->customer -> getData () ],
110
+ 'customer_id ' => ['customer ' => $ this ->customer ],
111
111
'entity_id ' => ['products ' => $ this ->products ],
112
112
'billing_address_id ' => ['billingAddress ' => $ this ->billingAddress ],
113
113
];
You can’t perform that action at this time.
0 commit comments