File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 21
21
<before >
22
22
<!-- Create entities-->
23
23
<createData entity =" SimpleProduct3" stepKey =" createProduct" />
24
- <createData entity =" SalesRule100PercentDiscountSpecificCoupon" stepKey =" createCartPriceRule" />
24
+ <createData entity =" SaleRule50PercentDiscountNoCoupon" stepKey =" createCartPriceRule" >
25
+ <field key =" discount_amount" >100</field >
26
+ <field key =" coupon_type" >SPECIFIC_COUPON</field >
27
+ </createData >
25
28
<createData entity =" SimpleSalesRuleCoupon" stepKey =" createCouponForCartPriceRule" >
26
29
<requiredEntity createDataKey =" createCartPriceRule" />
27
30
</createData >
Original file line number Diff line number Diff line change 262
262
<requiredEntity type =" SalesRuleLabel" >SalesRuleLabelDefault</requiredEntity >
263
263
<requiredEntity type =" SalesRuleLabel" >SalesRuleLabelStore1</requiredEntity >
264
264
</entity >
265
-
266
- <entity name =" SalesRule100PercentDiscountSpecificCoupon" extends =" SaleRule50PercentDiscountNoCoupon" type =" SalesRule" >
267
- <data key =" discount_amount" >100</data >
268
- <data key =" coupon_type" >SPECIFIC_COUPON</data >
269
- </entity >
270
265
</entities >
You can’t perform that action at this time.
0 commit comments