Skip to content

Commit 51ce1d1

Browse files
committed
ACP2E-1801: Bundle products cannot be added to admin order by SKU which contains slashes
1 parent 243fb4a commit 51ce1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</entity>
3434
<entity name="BundleProductWithSlashSku" type="product">
3535
<data key="name">BundleProduct</data>
36-
<data key="sku">bu&#x2F;ndle</data>
36+
<data key="sku">bu/ndle</data>
3737
<data key="status">1</data>
3838
</entity>
3939
<entity name="FixedBundleProduct" type="product2">

0 commit comments

Comments
 (0)