diff --git a/src/RateAdapter.php b/src/RateAdapter.php index b4b5995..4bf3a5b 100644 --- a/src/RateAdapter.php +++ b/src/RateAdapter.php @@ -48,6 +48,26 @@ abstract class RateAdapter $this->rateRequest = $rateRequest; } + public function setShipment($shipment) + { + $this->shipment = $shipment; + } + + public function getShipment() + { + return $this->shipment; + } + + public function setIsProduction($isProduction) + { + $this->isProduction = $isProduction; + } + + public function getIsProduction() + { + return $this->isProduction; + } + public function getRates() { $this