Add USPS International driver to configuration files.

This commit is contained in:
Colin Kuskie 2009-11-06 19:49:20 -08:00
parent 6543ed5027
commit acda103fed
2 changed files with 12 additions and 0 deletions

View file

@ -191,6 +191,7 @@
"shippingDrivers" : [
"WebGUI::Shop::ShipDriver::FlatRate",
"WebGUI::Shop::ShipDriver::USPS",
"WebGUI::Shop::ShipDriver::USPSInternational",
"WebGUI::Shop::ShipDriver::UPS"
],