We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c74048d + 6e6aa24 commit 7debbb5Copy full SHA for 7debbb5
app/code/Magento/Catalog/Test/Mftf/Data/ProductOptionData.xml
@@ -186,4 +186,13 @@
186
<entity name="ProductOptionFileSecond" extends="ProductOptionFile">
187
<data key="title" unique="suffix">fourth option</data>
188
</entity>
189
+ <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>
197
+ </entity>
198
</entities>
0 commit comments