|
29 | 29 | <!-- Store -> Configuration -> Sales -> Tax FPT Enable -->
|
30 | 30 | <createData entity="WeeeConfigEnable" stepKey="enableFPT"/>
|
31 | 31 |
|
32 |
| - <!-- Fixed Product Tax 1 attribute is created and added to default attribute set --> |
33 |
| - <createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeOne"/> |
| 32 | + <!-- Fixed Product 1 Tax attribute is created and added to default attribute set --> |
| 33 | + <createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeFour"/> |
34 | 34 | <createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet1">
|
35 |
| - <requiredEntity createDataKey="createProductFPTAttributeOne"/> |
| 35 | + <requiredEntity createDataKey="createProductFPTAttributeFour"/> |
36 | 36 | </createData>
|
37 | 37 |
|
38 | 38 | <!-- Fixed Product Tax 2 attribute is created and added to default attribute set -->
|
39 |
| - <createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeTwo"/> |
| 39 | + <createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeThree"/> |
40 | 40 | <createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet2">
|
41 |
| - <requiredEntity createDataKey="createProductFPTAttributeTwo"/> |
| 41 | + <requiredEntity createDataKey="createProductFPTAttributeThree"/> |
42 | 42 | </createData>
|
43 | 43 |
|
44 | 44 | <!-- Fixed Product Tax 3 attribute is created and added to default attribute set -->
|
45 |
| - <createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeThree"/> |
| 45 | + <createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeTwo"/> |
46 | 46 | <createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet3">
|
47 |
| - <requiredEntity createDataKey="createProductFPTAttributeThree"/> |
| 47 | + <requiredEntity createDataKey="createProductFPTAttributeTwo"/> |
48 | 48 | </createData>
|
49 | 49 |
|
50 |
| - <!-- Fixed Product 4 Tax attribute is created and added to default attribute set --> |
51 |
| - <createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeFour"/> |
| 50 | + <!-- Fixed Product Tax 4 attribute is created and added to default attribute set --> |
| 51 | + <createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeOne"/> |
52 | 52 | <createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet4">
|
53 |
| - <requiredEntity createDataKey="createProductFPTAttributeFour"/> |
| 53 | + <requiredEntity createDataKey="createProductFPTAttributeOne"/> |
54 | 54 | </createData>
|
55 | 55 |
|
56 | 56 | <!-- Magento cache is flushed -->
|
|
0 commit comments