Skip to content

Commit

Permalink
Merge pull request #150 from rafaelpatro/fix_noservices_error
Browse files Browse the repository at this point in the history
Fix noservices error
  • Loading branch information
pedro-teixeira committed May 12, 2016
2 parents de0c1bf + c581cd7 commit b9670d9
Showing 1 changed file with 3 additions and 0 deletions.
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 b9670d9

Please sign in to comment.