CustomerConfigurationData.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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="SetCustomerCreateNewAccountOptionsConfig" type="customer_create_new_account_config">
  11. <requiredEntity type="auto_group_assign">EnableAutomaticAssignmentCustomerGroup</requiredEntity>
  12. <requiredEntity type="viv_on_each_transaction">EnableValidateEachTransaction</requiredEntity>
  13. <requiredEntity type="vat_frontend_visibility">EnableShowVATNumberStorefront</requiredEntity>
  14. </entity>
  15. <entity name="EnableAutomaticAssignmentCustomerGroup" type="auto_group_assign">
  16. <data key="value">1</data>
  17. </entity>
  18. <entity name="EnableValidateEachTransaction" type="viv_on_each_transaction">
  19. <data key="value">1</data>
  20. </entity>
  21. <entity name="EnableShowVATNumberStorefront" type="vat_frontend_visibility">
  22. <data key="value">1</data>
  23. </entity>
  24. <entity name="SetCustomerCreateNewAccountOptionsDefaultConfig" type="customer_create_new_account_config">
  25. <requiredEntity type="auto_group_assign">DefaultAutomaticAssignmentCustomerGroup</requiredEntity>
  26. <requiredEntity type="viv_on_each_transaction">DefaultValidateEachTransaction</requiredEntity>
  27. <requiredEntity type="vat_frontend_visibility">DefaultShowVATNumberStorefront</requiredEntity>
  28. </entity>
  29. <entity name="DefaultAutomaticAssignmentCustomerGroup" type="auto_group_assign">
  30. <data key="value">0</data>
  31. </entity>
  32. <entity name="DefaultValidateEachTransaction" type="viv_on_each_transaction">
  33. <data key="value">0</data>
  34. </entity>
  35. <entity name="DefaultShowVATNumberStorefront" type="vat_frontend_visibility">
  36. <data key="value">0</data>
  37. </entity>
  38. </entities>