Colin Kuskie
a5c6520a56
Update USPS ShipDriver to V4. Fixes bug #12455
2014-10-29 18:53:47 -04:00
Colin Kuskie
a96a9c3989
Update tests to handle new data being returned from USPS, for both domestic and international shipping. No driver changes required so far.
2011-01-10 13:24:00 -08:00
Graham Knop
b832deecd1
convert all cleanup methods to addToCleanup
2010-06-10 10:09:53 -05:00
Colin Kuskie
cc0cc0ba64
Have the USPS shipping driver accept ZIP+4, even if USPS doesn't.
2009-11-28 19:23:35 -08:00
Colin Kuskie
fa7e1062c9
Add a test to make sure line item address changes are processed correctly in the USPS domestic driver.
2009-11-17 19:22:51 -08:00
Colin Kuskie
63b797c875
Format oz in the USPS shipping driver to the nearest tenth of an oz. Change the minimum to be 0.1 oz
2009-11-05 12:38:56 -08:00
Colin Kuskie
977f0273f9
Note XML for per package errors.
2009-11-05 09:03:50 -08:00
Colin Kuskie
c871c0372d
The current USPS driver only works on domestic shipments.
2009-11-05 08:18:10 -08:00
Colin Kuskie
fc6acc7be3
Change how the shipping driver throws errors. Fixes bug #11202 .
2009-11-04 14:08:42 -08:00
Colin Kuskie
993f6d0cc2
Use the new Shop cleanup for carts and shipping drivers.
2009-10-10 16:51:57 -07:00
Colin Kuskie
23b1cb47c5
Parse tests, handling spaces.
2009-10-10 16:27:33 -07:00
Colin Kuskie
4ef66d1a51
More tests, refactor out rate parsing code.
2009-10-10 15:06:13 -07:00
Colin Kuskie
829c8ce9d8
USPS Insurance estimation code and tests. Basically working.
2009-10-09 16:28:20 -07:00
Colin Kuskie
e81ec9718c
Cleanup previous attempt at insurance. Begin new attempt.
...
Add a field to the driver where the user can enter in insurance data with i18n.
Add a method to calculate the cost of insurance for all packages.
2009-10-07 19:53:43 -07:00
Colin Kuskie
2b4bfb8eec
Test whether ValueOfContents works in Domestic rate estimates.
2009-10-07 19:53:43 -07:00
Graham Knop
464d0c2850
correct test quantity for USPS ship driver
2009-09-16 19:11:23 -05:00
Colin Kuskie
ff55ab1493
For USPS priority service, add another container type.
2009-09-06 20:23:12 -07:00
Colin Kuskie
cbdd6077d5
Add USPS Shipping Driver with tests, and i18n.
...
Change the Ship, Cart to do exception handling when calling a shipping driver,
as that's the message passing interface between the modules.
Add a noFormProcess field property that is recognized by processPropertiesFromFormPost.
2009-05-12 23:58:19 +00:00