Skip to content

Commit

Permalink
#123 Corrigido erro 500 para produto somente PAC GF, e CEP sem PAC GF
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpatro committed Mar 21, 2016
1 parent f779f56 commit c581cd7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ public function collectRates(Mage_Shipping_Model_Rate_Request $request)

$this->_filterMethodByItemRestriction();

if (empty($this->_postMethods)) {
return false;
}
//Show Quotes
$this->_getQuotes();

Expand Down

0 comments on commit c581cd7

Please sign in to comment.