python-fedex-devs / python-fedex

A light wrapper around FedEx's SOAP API.
http://python-fedex.readthedocs.org
BSD 3-Clause "New" or "Revised" License
155 stars 139 forks source link

Adding missing GeographicCoordinates object to locations service #156

Closed talktobrent closed 2 years ago

talktobrent commented 2 years ago

The GeographicCoordinates object appears in the locations wsdl, but the object is missing in the locations service module. After adding this object according to the existing patterns, my request for a location search based on geographic coordinates worked.