KpSalesCouponData.xml 769 B

1234567891011121314151617181920212223
  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="KpTestSalesCouponData" type="kpTestCoupon">
  15. <var key="rule_id" entityKey="rule_id" entityType="SalesRule"/>
  16. <data key="code" unique="suffix">20PERCENT</data>
  17. <data key="times_used">0</data>
  18. <data key="is_primary">false</data>
  19. <data key="type">1</data>
  20. </entity>
  21. </entities>