diff --git a/CHANGELOG b/CHANGELOG index 273015c2e..1cfb97349 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +* Fix extra slash in UPS endpoints [cody] * Add support for validating credentials to Shipwire [cody] * Add support for ssl_get to PostsData. Update Carriers to use PostsData module. Turn on retry safety for carriers [cody] * Add support for Shipwire Shipping Rate API [cody] diff --git a/lib/active_shipping/shipping/carriers/ups.rb b/lib/active_shipping/shipping/carriers/ups.rb index 6707516ae..646fe4dd1 100644 --- a/lib/active_shipping/shipping/carriers/ups.rb +++ b/lib/active_shipping/shipping/carriers/ups.rb @@ -11,8 +11,8 @@ class UPS < Carrier LIVE_URL = 'https://www.ups.com' RESOURCES = { - :rates => '/ups.app/xml/Rate', - :track => '/ups.app/xml/Track' + :rates => 'ups.app/xml/Rate', + :track => 'ups.app/xml/Track' } PICKUP_CODES = {