Skip to content

Commit 2f85903

Browse files
Fix Magento\Test\Php\LiveCodeTest::testCodeStyle static test
1 parent 889a3b6 commit 2f85903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Model/Quote/Discount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function collect(
198198
continue;
199199
}
200200

201-
switch ($rule->getSimpleAction()) {
201+
switch ($rule->getSimpleAction()) {
202202
case Rule::BY_PERCENT_ACTION:
203203
case Rule::BY_FIXED_ACTION:
204204
if ($rule->getDiscountStep() > $item->getQty()) {

0 commit comments

Comments
 (0)