Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.87 KB

File metadata and controls

55 lines (30 loc) · 1.87 KB
  • Apparently department is not an option, even though FedEx docs say it is and the test services allow it. Production services say its not valid.

  • Added :department for shipper and recipient options.

  • Added :just_validate options for creating shipments, that leverages FedExs validation option without creating a shipment.

  • Added more shipper and recipient options, also standardized those options between rating and shipping to create consistency.

  • Added another layer to tracking. You dont get an array of events anymore, you get a Shippinglogic::Fedex::Track::Details object that has information the single shipment. Such as delivery date, signature name, etc. To access the events you just call the events method on this object.

  • Added speed to rates.

  • Fix insurance request format.

  • Fix decimal conversion bug, cant convert a raw float to a decimal.

  • Reset the cached response if an attribute changes.

  • Added request to error objects so you can see both the raw request and response.

  • Added state code mapping so that we can pass full state names and have it convert it to a FedEx friendly code behind the scenes.

  • Rails uses United States not United State of America

  • Remove notifications with a successful severity in the errors message.

  • Added country code mapping so that we can pass full country names and have it convert it to a FedEx friendly code behind the scenes.

  • Fixed delivery deadline option for rate.

  • Ship package dimensions if we arent using our own packaging.

  • Initial lease