Skip to content

Commit

Permalink
fix dlh calculator import countries normalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
moriony committed Nov 17, 2015
1 parent 3de85d1 commit 56ad958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CalculatorHandler/DhlCalculatorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ protected function createImportCountriesNormalizer()
$country = new ImportCountry();
$country->setCode($config['code']);
$country->setZone($config['zone']);
$country->setMaximumWeight($config['maximum_weight']);
}
$normalized[$country->getCode()] = $country;
}
Expand Down

0 comments on commit 56ad958

Please sign in to comment.