Skip to content

Commit

Permalink
Revert "Override $nosave, this file is a mystery which crashes random…
Browse files Browse the repository at this point in the history
…ly when method names are empty, without describing errors."

This reverts commit 31690fd.
  • Loading branch information
iesus committed Mar 21, 2019
1 parent 31690fd commit 91aeb10
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,7 @@ protected function _addShipping($quote, $sveaOrder, $noSave)
}

$shippingAddress = $quote->getShippingAddress();

$noSave = true;

if(false === $noSave) {
if(!$noSave) {
//update shipping with rates.
$shippingAddress->setCollectShippingRates(true)
->collectShippingRates()
Expand Down

0 comments on commit 91aeb10

Please sign in to comment.