Set a minimum package weight for USPS shipments. Handle per package errors.

This commit is contained in:
Colin Kuskie 2009-11-05 09:05:00 -08:00
parent 977f0273f9
commit ad2376fe4e
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,8 @@
- fixed #11197: Survey Edit Console is not i18n'ed
- fixed USPS driver only works on domestic addresses.
- fixed Shop is not sending notification emails to the user, or to the notification group.
- Set a minimum package weight of 1 oz for the USPS driver.
- Handle per package errors in USPS response data.
7.8.3
- Rewrote Spectre's workflow queues to prevent it from "forgetting" about some workflows.