File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 824
824
<entity name =" virtualProductCustomImportOptions" type =" product" >
825
825
<data key =" name" unique =" suffix" >VirtualProduct</data >
826
826
<data key =" sku" unique =" suffix" >virtual_sku</data >
827
- <data key =" price" >9,000 .00</data >
827
+ <data key =" price" >9000 .00</data >
828
828
<data key =" quantity" >999</data >
829
829
<data key =" status" >In Stock</data >
830
830
<data key =" visibility" >Catalog, Search</data >
845
845
<entity name =" virtualProductOutOfStock" type =" product" >
846
846
<data key =" name" unique =" suffix" >VirtualProduct</data >
847
847
<data key =" sku" unique =" suffix" >virtual_sku</data >
848
- <data key =" price" >9,000 .00</data >
848
+ <data key =" price" >9000 .00</data >
849
849
<data key =" quantity" >999</data >
850
850
<data key =" status" >Out of Stock</data >
851
851
<data key =" visibility" >Catalog, Search</data >
You can’t perform that action at this time.
0 commit comments