KpRegionData.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * This file is part of the Klarna KP module
  5. *
  6. * (c) Klarna Bank AB (publ)
  7. *
  8. * For the full copyright and license information, please view the NOTICE
  9. * and LICENSE files that were distributed with this source code.
  10. */
  11. -->
  12. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/dataProfileSchema.xsd">
  14. <entity name="KpCustomerRegionOne" type="region">
  15. <data key="region_code">100</data>
  16. <data key="region_id">12</data>
  17. </entity>
  18. <entity name="KpRegionTX" type="region">
  19. <data key="region">Texas</data>
  20. <data key="region_code">TX</data>
  21. <data key="region_id">1</data>
  22. </entity>
  23. <entity name="KpRegionCA" type="region">
  24. <data key="region">California</data>
  25. <data key="region_code">CA</data>
  26. <data key="region_id">12</data>
  27. </entity>
  28. <entity name="KpRegionNY" type="region">
  29. <data key="region">New York</data>
  30. <data key="region_code">NY</data>
  31. <data key="region_id">43</data>
  32. </entity>
  33. </entities>