We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c9688 commit 396ab4dCopy full SHA for 396ab4d
app/code/Magento/SalesRule/Test/Mftf/Data/SalesRuleQueueData.xml
@@ -0,0 +1,15 @@
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
+
9
+<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
11
+ <entity name="SalesRuleConsumerData">
12
+ <data key="consumerName">sales.rule.update.coupon.usage</data>
13
+ <data key="messageLimit">100</data>
14
+ </entity>
15
+</entities>
0 commit comments