pullingshots / Shipment

Perl interface into various shipping web service API's - FedEx, UPS, Purolator, Temando, Canada Post
https://metacpan.org/pod/Shipment
19 stars 19 forks source link

Add customs #20

Closed robkinyon closed 10 years ago

robkinyon commented 10 years ago

This does three things:

  1. The first couple commits sort the error messages (for human readability) and fix a bug wherein the multiple notifications aren't processed properly.
  2. The last commit both:
    • Fixes indentation issues in ship()
    • Adds a CustomClearanceDetail entry if the to and from country_codes differ.
robkinyon commented 10 years ago

This turns out to be incomplete. I'll be amending this and resubmitting the pull request later this week.