Skip to content

Commit

Permalink
Time in Transit to address fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Jun 19, 2015
1 parent 1562e40 commit 4b8183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ups/Entity/TimeInTransitRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function setTransitTo(AddressArtifactFormat $address)

public function getTransitTo()
{
return $this->transitFrom;
return $this->transitTo;
}

public function setShipmentWeight(ShipmentWeight $shipmentWeight)
Expand Down

0 comments on commit 4b8183f

Please sign in to comment.