File tree Expand file tree Collapse file tree 4 files changed +4
-35
lines changed Expand file tree Collapse file tree 4 files changed +4
-35
lines changed Original file line number Diff line number Diff line change 279
279
<var key =" category_id" entityKey =" id" entityType =" category" />
280
280
<var key =" sku" entityKey =" sku" entityType =" product" />
281
281
</entity >
282
- <entity name =" SimpleCategory_SpecialPrice" type =" category" >
283
- <data key =" name" >Simple Category</data >
284
- <data key =" name_lwr" unique =" suffix" >SimpleCategory</data >
285
- <data key =" urlKey" unique =" suffix" >SimpleCategory</data >
286
- <data key =" is_active" >true</data >
287
- </entity >
288
282
</entities >
Original file line number Diff line number Diff line change 1469
1469
<requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
1470
1470
</entity >
1471
1471
1472
- <entity name =" SimpleProduct_SpecialPrice" type =" product" >
1473
- <data key =" name" >Simple Product</data >
1474
- <data key =" sku" unique =" suffix" >very-simple-product</data >
1475
- <data key =" urlKey" unique =" suffix" >very-simple-product</data >
1476
- <data key =" type_id" >simple</data >
1477
- <data key =" attribute_set_id" >4</data >
1478
- <data key =" visibility" >4</data >
1479
- <data key =" price" >100.00</data >
1480
- <data key =" status" >1</data >
1481
- <data key =" weight" >654</data >
1482
- <requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
1483
- <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
1484
- </entity >
1485
1472
</entities >
Original file line number Diff line number Diff line change 19
19
<before >
20
20
<!-- Create first simple product and add special price -->
21
21
22
- <createData entity =" SimpleProduct_SpecialPrice " stepKey =" createFirstSimpleProduct" />
22
+ <createData entity =" ApiSimplePrice100Qty100 " stepKey =" createFirstSimpleProduct" />
23
23
<createData entity =" specialProductPrice3" stepKey =" specialPriceToFirstProduct" >
24
24
<requiredEntity createDataKey =" createFirstSimpleProduct" />
25
25
</createData >
26
26
27
27
<!-- Create category -->
28
- <createData entity =" SimpleCategory_SpecialPrice " stepKey =" createCategory" />
28
+ <createData entity =" _defaultCategory " stepKey =" createCategory" />
29
29
<createData entity =" AssignProductToCategory" stepKey =" assignTestCategoryToTestProduct" >
30
30
<requiredEntity createDataKey =" createCategory" />
31
31
<requiredEntity createDataKey =" createFirstSimpleProduct" />
32
32
</createData >
33
33
34
34
<!-- Create Customer -->
35
- <createData entity =" SimpleCustomer_USA " stepKey =" createCustomer" />
35
+ <createData entity =" Simple_US_Customer " stepKey =" createCustomer" />
36
36
</before >
37
37
<!-- Delete Data -->
38
38
<after >
Original file line number Diff line number Diff line change 457
457
<data key =" group" >General</data >
458
458
<requiredEntity type =" address" >BillingAddressTX</requiredEntity >
459
459
</entity >
460
- <entity name =" SimpleCustomer_USA" type =" customer" >
461
- <data key =" group_id" >1</data >
462
- <data key =" default_billing" >true</data >
463
- <data key =" default_shipping" >true</data >
464
- <
data key =
" email" >
[email protected] </
data >
465
- <data key =" firstname" >Lasonya G</data >
466
- <data key =" lastname" >Butler</data >
467
- <data key =" fullname" >Lasonya G. Butler</data >
468
- <data key =" password" >pwdTest123!</data >
469
- <data key =" store_id" >0</data >
470
- <data key =" website_id" >0</data >
471
- <requiredEntity type =" address" >USACustomerAddress</requiredEntity >
472
- </entity >
460
+
473
461
</entities >
You can’t perform that action at this time.
0 commit comments