| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-msrp/Test/Mftf/Data/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-msrp/Test/Mftf/Data/ProductData.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
<entity name="SimpleOutOfStockProductWithSpecialPriceCostAndMsrp" type="product" extends="SimpleOutOfStockProduct">
<requiredEntity type="custom_attribute_array">ApiProductSpecialPrice</requiredEntity>
<requiredEntity type="custom_attribute_array">ApiProductCost</requiredEntity>
<requiredEntity type="custom_attribute_array">ApiProductMsrp</requiredEntity>
</entity>
<entity name="SimpleProductWithMsrp" type="product" extends="SimpleProduct">
<data key="price">100.00</data>
<requiredEntity type="custom_attribute_array">ApiProductMsrp</requiredEntity>
</entity>
</entities>