Skip to content

Commit 6e6aa24

Browse files
authored
Update ProductOptionData.xml
added correct entity
1 parent 8913b98 commit 6e6aa24

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

app/code/Magento/Catalog/Test/Mftf/Data/ProductOptionData.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,12 @@
187187
<data key="title" unique="suffix">fourth option</data>
188188
</entity>
189189
<entity name="FieldProductOption" type="product_option">
190-
<var key="product_sku" entityType="product" entityKey="sku" />
191-
<data key="title">Optiontitle1</data>
192-
<data key="sku">Optiontitle1</data>
193-
<data key="type">field</data>
194-
<data key="is_require">true</data>
195-
<data key="price">250</data>
196-
<data key="price_type">fixed</data>
190+
<var key="product_sku" entityType="product" entityKey="sku" />
191+
<data key="title">Optiontitle1</data>
192+
<data key="sku">Optiontitle1</data>
193+
<data key="type">field</data>
194+
<data key="is_require">true</data>
195+
<data key="price">250</data>
196+
<data key="price_type">fixed</data>
197+
</entity>
197198
</entities>

0 commit comments

Comments
 (0)