Skip to content

Commit

Permalink
MAGETWO-83689: [BACKPORT 2.1] [BUGFIX] Add FreeShipping to the Items …
Browse files Browse the repository at this point in the history
…when SalesRule uses #11919
  • Loading branch information
Oleksii Korshenko committed Nov 13, 2017
2 parents e9b4c10 + 42fe205 commit 6637cde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function processFreeShipping(\Magento\Quote\Model\Quote\Item\AbstractItem

case Rule::FREE_SHIPPING_ADDRESS:
$address->setFreeShipping(true);
$item->setFreeShipping(true);
break;
}
if ($rule->getStopRulesProcessing()) {
Expand Down

0 comments on commit 6637cde

Please sign in to comment.