CustomerGroupData.xml 702 B

123456789101112131415161718192021
  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="GeneralCustomerGroup" type="customerGroup">
  11. <data key="code">General</data>
  12. <data key="tax_class_id">3</data>
  13. <data key="tax_class_name">Retail Customer</data>
  14. </entity>
  15. <entity name="DefaultCustomerGroup" type="customerGroup">
  16. <array key="group_names">
  17. <item>General</item>
  18. </array>
  19. </entity>
  20. </entities>