This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 544
FedEx insured value #499
Comments
Made a couple attempts at this, but haven't had much luck. I tried a few things, but the last attempt was adding the following code to the build_rate_request method (in fedex.rb):
Which resulted in the following error:
And this is the XML that was sent:
This XML looks correct to me based on the FedEx Developers guide. Feeling pretty stuck here, so I'm going to try this with a different Rails gem. Brad |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It doesn't look like active_shipping currently supports passing the insured value for a package when using FedEx. It appears to be implemented for UPS. What is the best way to implement this for FedEx?
It looks like it may be as simple as adding some code to the FedEx build_packages_nodes method that does something similar to how it was done with UPS (see commit below)?
b26844f
Any advice would be much appreciated.
Thanks much,
Brad
The text was updated successfully, but these errors were encountered: