Open ShaileshPrajapati-BTC opened 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!
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', :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
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 )