jazminschroeder / fedex

Ruby library to interact with FedEx Rate Web Service
105 stars 179 forks source link

Fedex::RateError Issue - Solved #124

Closed AnkurVyas-BTC closed 2 years ago

AnkurVyas-BTC commented 7 years ago

Solved an issue with parsing of HTTP Party response.

#<HTTParty::Response:0x10af6a8 parsed_response={  ... }}

Because the data in response comes in parsed_response object there was an error in parsing the HTTP Party response data and always showed the Rate error for any of the methods used.

jaysonvirissimo commented 7 years ago

Might want to update the gemspec to use the 0.14.0 or greater of httparty at the same time as this commit. Looks like that is when this change was made.

nathanbertram commented 7 years ago

Thanks!

jaysonvirissimo commented 6 years ago

Looks like this can be closed, since https://github.com/jazminschroeder/fedex/pull/129 was merged.

AnkurVyas-BTC commented 2 years ago

Closing in favor of #129