Skip to content

Commit 809b8e8

Browse files
committed
MAGETWO-59249: [Backport] - [GitHub] Free shipping rule with table shipping method breaks checkout #6346 - for 2.0
1 parent 50547dc commit 809b8e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/OfflineShipping/Model/Carrier/Tablerate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public function collectRates(RateRequest $request)
164164

165165
$result->append($method);
166166
} elseif (empty($rate) && $request->getFreeShipping() === true || $request->getPackageQty() == $freeQty) {
167-
168167
/**
169168
* Promotion rule was applied for the whole cart.
170169
* In this case all other shipping methods could be omitted.

0 commit comments

Comments
 (0)