Skip to content

Commit 0350214

Browse files
committed
ACP2E-1801: Bundle products cannot be added to admin order by SKU which contains slashes
1 parent 5ad3119 commit 0350214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/Test/Mftf/Data/ProductData.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<data key="fixedPriceFormatted">$10.00</data>
3232
<data key="defaultAttribute">Default</data>
3333
</entity>
34-
<entity name="BundleProductWithSlashSku" type="product">
34+
<entity name="BundleProductWithoutSlashSku" type="product">
3535
<data key="name">BundleProduct</data>
36-
<data key="sku">bu/ndle</data>
36+
<data key="sku">bundle</data>
3737
<data key="status">1</data>
3838
</entity>
3939
<entity name="FixedBundleProduct" type="product2">

0 commit comments

Comments
 (0)