Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

24 строки
841 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <entity name="defaultOrderStatus">
  11. <data key="status" unique="suffix">order_status</data>
  12. <data key="label" unique="suffix">orderLabel</data>
  13. </entity>
  14. <entity name="duplicatingCodeOrderStatus">
  15. <data key="status">pending</data>
  16. <data key="label" unique="suffix">orderLabel</data>
  17. </entity>
  18. <entity name="duplicatingLabelOrderStatus">
  19. <data key="status" unique="suffix">order_status</data>
  20. <data key="label">Suspected Fraud</data>
  21. </entity>
  22. </entities>