| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * This file is part of the Klarna KP module
- *
- * (c) Klarna Bank AB (publ)
- *
- * For the full copyright and license information, please view the NOTICE
- * and LICENSE files that were distributed with this source code.
- */
- -->
- <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/dataProfileSchema.xsd">
- <entity name="KpTestSalesRuleData" type="SalesRule">
- <data key="name" unique="suffix">TestTwentyPercentOff</data>
- <data key="is_active">true</data>
- <data key="discount_amount">20</data>
- <data key="simple_action">by_percent</data>
- <data key="stop_rules_processing">false</data>
- <data key="coupon_type">AUTO</data>
- <data key="is_rss">true</data>
- <data key="use_auto_generation">false</data>
- <data key="is_advanced">true</data>
- <data key="use_auto_generation">true</data>
- <array key="customer_group_ids">
- <item>0</item>
- <item>1</item>
- <item>2</item>
- <item>3</item>
- </array>
- <array key="website_ids">
- <item>1</item>
- </array>
- </entity>
- </entities>
|