KpSalesRuleData.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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="KpTestSalesRuleData" type="SalesRule">
  15. <data key="name" unique="suffix">TestTwentyPercentOff</data>
  16. <data key="is_active">true</data>
  17. <data key="discount_amount">20</data>
  18. <data key="simple_action">by_percent</data>
  19. <data key="stop_rules_processing">false</data>
  20. <data key="coupon_type">AUTO</data>
  21. <data key="is_rss">true</data>
  22. <data key="use_auto_generation">false</data>
  23. <data key="is_advanced">true</data>
  24. <data key="use_auto_generation">true</data>
  25. <array key="customer_group_ids">
  26. <item>0</item>
  27. <item>1</item>
  28. <item>2</item>
  29. <item>3</item>
  30. </array>
  31. <array key="website_ids">
  32. <item>1</item>
  33. </array>
  34. </entity>
  35. </entities>