Skip to content

Commit bf2cde9

Browse files
committed
MCP-267 Change "stop_rules_processing" to be enabled by default
1 parent 4a843df commit bf2cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Fixtures/CartPriceRulesFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function generateRules($ruleFactory, $categoriesArray)
199199
'discount_step' => '',
200200
'apply_to_shipping' => '0',
201201
'simple_free_shipping' => '0',
202-
'stop_rules_processing' => '0',
202+
'stop_rules_processing' => '1',
203203
'reward_points_delta' => '',
204204
'store_labels' => [
205205
0 => '',

0 commit comments

Comments
 (0)