jazminschroeder / fedex

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

Fedex::RateError (Fedex::RateError) #123

Open ShaileshPrajapati-BTC opened 8 years ago

ShaileshPrajapati-BTC commented 8 years ago

rate = fedex.rate(:shipper=>shipper, :recipient => recipient, :packages => packages, :service_type => "FEDEX_GROUND", :shipping_options => shipping_options )

AnkurVyas-BTC commented 8 years ago

Hi @ShaileshPrajapati-BTC thanks for pointing out the issue. Its now resolved and will be fixed when PR https://github.com/jazminschroeder/fedex/pull/124 is merged to master.

@jazminschroeder - Please merge this PR. Thanks in advance!

JaisonBrooks commented 7 years ago

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?

tescher commented 7 years ago

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 ?

SudheeshPEnathu commented 6 years ago

I am also getting the same error.

fedex_service_hash = {:origin => {:postal_code => '91761', :country_code => 'US'}, :destination => {:postal_code => '60185', :country_code => 'US'}, :ship_date => '2017-11-09', :carrier_code => 'FDXG'}

response = fedex.service_availability(fedex_service_hash) getting a Fedex::RateError

artoodeeto commented 5 years ago

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.