All tests passing, able to talk to USPS and get rates for multiple package configurations.
This commit is contained in:
parent
c2b41f9884
commit
6543ed5027
3 changed files with 228 additions and 430 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::ShipDriver_USPS;
|
||||
package WebGUI::i18n::English::ShipDriver_USPSInternational;
|
||||
|
||||
use strict;
|
||||
|
||||
|
|
@ -8,7 +8,55 @@ our $I18N = {
|
|||
message => q|U.S. Postal Service, International|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of the shipping driver|,
|
||||
}
|
||||
},
|
||||
|
||||
'express mail international' => {
|
||||
message => q|Express Mail International|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of a shipping option|,
|
||||
},
|
||||
|
||||
'priority mail international' => {
|
||||
message => q|Priority Mail International|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of a shipping option|,
|
||||
},
|
||||
|
||||
'global express guaranteed rectangular' => {
|
||||
message => q|Global Express Guaranteed Non-Document Rectangular|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of a shipping option|,
|
||||
},
|
||||
|
||||
'global express guaranteed non-rectangular' => {
|
||||
message => q|Global Express Guaranteed Non-Document Non-Rectangular|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of a shipping option|,
|
||||
},
|
||||
|
||||
'priority mail flat rate box' => {
|
||||
message => q|Priority Mail Flat Rate Box|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of a shipping option|,
|
||||
},
|
||||
|
||||
'priority mail large flat rate box' => {
|
||||
message => q|Priority Mail Large Flat Rate Box|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of a shipping option|,
|
||||
},
|
||||
|
||||
'priority mail small flat rate box' => {
|
||||
message => q|Priority Mail Small Flat Rate Box|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of a shipping option|,
|
||||
},
|
||||
|
||||
'first class mail international parcels' => {
|
||||
message => q|First Class Mail International Parcels|,
|
||||
lastUpdated => 1203569535,
|
||||
context => q|Name of a shipping option|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue