Skip to content

Commit

Permalink
Fix static test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirav-kadiya committed Jan 25, 2019
1 parent 8bdcca9 commit c3d5010
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
use Magento\Quote\Api\Data\AddressInterface;
use Magento\Quote\Model\Quote\Address\FreeShippingInterface;

/**
* Collect totals for shipping.
*/
class Shipping extends \Magento\Quote\Model\Quote\Address\Total\AbstractTotal
{
/**
Expand Down Expand Up @@ -227,7 +230,7 @@ private function getAssignmentWeightData(AddressInterface $address, array $items
* @param bool $addressFreeShipping
* @param float $itemWeight
* @param float $itemQty
* @param $freeShipping
* @param bool $freeShipping
* @return float
*/
private function getItemRowWeight(
Expand Down

0 comments on commit c3d5010

Please sign in to comment.