Update tests to handle new data being returned from USPS, for both domestic and international shipping. No driver changes required so far.
This commit is contained in:
parent
727e45c97a
commit
a96a9c3989
2 changed files with 9 additions and 9 deletions
|
|
@ -369,7 +369,7 @@ SKIP: {
|
|||
ZipOrigination => ignore(), ZipDestination => ignore(),
|
||||
Machinable => ignore(), Ounces => ignore(),
|
||||
Pounds => ignore(), Size => ignore(),
|
||||
Zone => ignore(),
|
||||
Zone => ignore(), Container => {},
|
||||
Postage => {
|
||||
CLASSID => ignore(),
|
||||
MailService => ignore(),
|
||||
|
|
@ -454,7 +454,7 @@ SKIP: {
|
|||
ZipOrigination => ignore(), ZipDestination => ignore(),
|
||||
Machinable => ignore(), Ounces => '0.0',
|
||||
Pounds => 2, Size => ignore(),
|
||||
Zone => ignore(),
|
||||
Zone => ignore(), Container => {},
|
||||
Postage => {
|
||||
CLASSID => ignore(),
|
||||
MailService => ignore(),
|
||||
|
|
@ -466,7 +466,7 @@ SKIP: {
|
|||
ZipOrigination => ignore(), ZipDestination => ignore(),
|
||||
Machinable => ignore(), Ounces => '8.0',
|
||||
Pounds => 1, Size => ignore(),
|
||||
Zone => ignore(),
|
||||
Zone => ignore(), Container => {},
|
||||
Postage => {
|
||||
CLASSID => ignore(),
|
||||
MailService => ignore(),
|
||||
|
|
@ -592,7 +592,7 @@ SKIP: {
|
|||
ZipOrigination => ignore(), ZipDestination => ignore(),
|
||||
Machinable => ignore(), Ounces => '0.0',
|
||||
Pounds => 2, Size => ignore(),
|
||||
Zone => ignore(),
|
||||
Zone => ignore(), Container => {},
|
||||
Postage => {
|
||||
CLASSID => ignore(),
|
||||
MailService => ignore(),
|
||||
|
|
@ -604,7 +604,7 @@ SKIP: {
|
|||
ZipOrigination => ignore(), ZipDestination => ignore(),
|
||||
Machinable => ignore(), Ounces => '8.0',
|
||||
Pounds => 1, Size => ignore(),
|
||||
Zone => ignore(),
|
||||
Zone => ignore(), Container => {},
|
||||
Postage => {
|
||||
CLASSID => ignore(),
|
||||
MailService => ignore(),
|
||||
|
|
@ -616,7 +616,7 @@ SKIP: {
|
|||
ZipOrigination => ignore(), ZipDestination => 53703,
|
||||
Machinable => ignore(), Ounces => '0.0',
|
||||
Pounds => 12, Size => ignore(),
|
||||
Zone => ignore(),
|
||||
Zone => ignore(), Container => {},
|
||||
Postage => {
|
||||
CLASSID => ignore(),
|
||||
MailService => ignore(),
|
||||
|
|
@ -752,7 +752,7 @@ SKIP: {
|
|||
{
|
||||
Package => [
|
||||
{
|
||||
ID => 0,
|
||||
ID => 0, Container => {},
|
||||
ZipOrigination => ignore(), ZipDestination => ignore(),
|
||||
Ounces => ignore(), Pounds => ignore(),
|
||||
Size => ignore(), Zone => ignore(),
|
||||
|
|
@ -816,7 +816,7 @@ SKIP: {
|
|||
{
|
||||
Package => [
|
||||
{
|
||||
ID => 0,
|
||||
ID => 0, Container => {},
|
||||
ZipOrigination => ignore(), ZipDestination => ignore(),
|
||||
Ounces => ignore(), Pounds => ignore(),
|
||||
Size => ignore(), Zone => ignore(),
|
||||
|
|
|
|||
|
|
@ -341,7 +341,7 @@ SKIP: {
|
|||
SvcCommitments => ignore(),
|
||||
SvcDescription => ignore(),
|
||||
},
|
||||
(ignore())x12,
|
||||
(ignore())x20,
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue