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 889a3b6 commit 2f85903Copy full SHA for 2f85903
app/code/Magento/SalesRule/Model/Quote/Discount.php
@@ -198,7 +198,7 @@ public function collect(
198
continue;
199
}
200
201
- switch ($rule->getSimpleAction()) {
+ switch ($rule->getSimpleAction()) {
202
case Rule::BY_PERCENT_ACTION:
203
case Rule::BY_FIXED_ACTION:
204
if ($rule->getDiscountStep() > $item->getQty()) {
0 commit comments