Call to an undefined method MagentoQuoteModelQuoteAddressRate::setCost()
<?php namespace RavedigitalCustomModel; use MagentoShippingModelRateResult; /** * Class Checker * * @category Ravedigital * @package Ravedigital_Custom */ class Carrier extends MagentoFedexModelCarrier { /** * Parse calculated rates * * @param string $response * @return Result * @link http://www.usps.com/webtools/htm/Rate-Calculators-v2-3.htm * @SuppressWarnings(PHPMD.CyclomaticComplexity)… Read More »Call to an undefined method MagentoQuoteModelQuoteAddressRate::setCost()