You cannot post messages because only members can post, and you are not currently a member.
|
Problems with ship method
|
| |
Hey,
I'm trying to use the Shippinglogic::FedEx#ship method with the
following options:
opts = {
:shipper_name => "John Doe"
:shipper_postal_code => "10007"
:shipper_country => "US"
:recipient_name => "Jane Doe"
:recipient_postal_code => "75201"
:recipient_country => "US"
:package_weight => 24... more »
|
|
rate method returns empty array for invalid address - no errors.
|
| |
If you pass in an invalid address, such as a zip and state not
matching, an empty array is returned, no errors are raised.. Having
worked with FedEx web services before, I know the service can return
errors for less obvious issues, so the lack of error message coming
through is problematic.
|
|
rates error
|
| |
I'm getting an error when trying the fedex.rate call:
Shippinglogic::FedEx::Error: Schema validation failed for request.,
Expected element 'CountryCode@[link] instead of
'Residential@[link] here in element
Address@[link], and Expected element... more »
|
No more topics in this group.
|
|