-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedex::RateError (Fedex::RateError) #123
Comments
- Solved an error in parsing HTTP Party response.
Hi @ShaileshPrajapati-BTC thanks for pointing out the issue. Its now resolved and will be fixed when PR #124 is merged to master. @jazminschroeder - Please merge this PR. Thanks in advance! |
Is this issue resolved? im having consistent FedexRate issues, validate the XML created via the gem is still solid. But using this for either address validation and label generation i get a FedexRate error everytime. Anybody resolve this issue? |
Looks like the issue has been fixed in this PR, but the PR hasn't been merged to the master branch. Is this gem still being maintained by @jazminschroeder ? |
I am also getting the same error. fedex_service_hash = {:origin => {:postal_code => '91761', response = fedex.service_availability(fedex_service_hash) |
I got the same issue. I Think this gem is a bust. No one is maintaining anymore. Anyone planning to fix this? I would love to contribute. |
rate = fedex.rate(:shipper=>shipper,
:recipient => recipient,
:packages => packages,
:service_type => "FEDEX_GROUND",
:shipping_options => shipping_options
)
The text was updated successfully, but these errors were encountered: