From 4b8183f59484460e274d589b3332b8fe2f7fd5e7 Mon Sep 17 00:00:00 2001 From: Stefan Doorn Date: Fri, 19 Jun 2015 12:23:44 +0200 Subject: [PATCH] Time in Transit to address fix --- src/Ups/Entity/TimeInTransitRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ups/Entity/TimeInTransitRequest.php b/src/Ups/Entity/TimeInTransitRequest.php index c5d5e70b..ad20a153 100644 --- a/src/Ups/Entity/TimeInTransitRequest.php +++ b/src/Ups/Entity/TimeInTransitRequest.php @@ -60,7 +60,7 @@ public function setTransitTo(AddressArtifactFormat $address) public function getTransitTo() { - return $this->transitFrom; + return $this->transitTo; } public function setShipmentWeight(ShipmentWeight $shipmentWeight)