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.
1 parent 5ad3119 commit 0350214Copy full SHA for 0350214
app/code/Magento/Bundle/Test/Mftf/Data/ProductData.xml
@@ -31,9 +31,9 @@
31
<data key="fixedPriceFormatted">$10.00</data>
32
<data key="defaultAttribute">Default</data>
33
</entity>
34
- <entity name="BundleProductWithSlashSku" type="product">
+ <entity name="BundleProductWithoutSlashSku" type="product">
35
<data key="name">BundleProduct</data>
36
- <data key="sku">bu/ndle</data>
+ <data key="sku">bundle</data>
37
<data key="status">1</data>
38
39
<entity name="FixedBundleProduct" type="product2">
0 commit comments