Skip to content

Commit c5c47d1

Browse files
committed
MAGETWO-87872: Free Shipping Cart Price Rule not working when UPS shipping method is enabled
1 parent 6a95dba commit c5c47d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public function processFreeShipping(\Magento\Quote\Model\Quote\Item\AbstractItem
4949

5050
case Rule::FREE_SHIPPING_ADDRESS:
5151
$address->setFreeShipping(true);
52-
$item->setFreeShipping(true);
5352
break;
5453
}
5554
if ($rule->getStopRulesProcessing()) {

0 commit comments

Comments
 (0)