Update test to make it more robust as USPS International adds more shipping options.
This commit is contained in:
parent
bac73de9b3
commit
7f8349e708
1 changed files with 2 additions and 3 deletions
|
|
@ -327,7 +327,7 @@ SKIP: {
|
|||
AreasServed => ignore(), Prohibitions => ignore(),
|
||||
ExpressMail => ignore(), CustomsForms => ignore(),
|
||||
Observations => ignore(), Restrictions => ignore(),
|
||||
Service => [
|
||||
Service => superbagof(
|
||||
{
|
||||
ID => ignore(),
|
||||
MaxWeight => ignore(),
|
||||
|
|
@ -341,8 +341,7 @@ SKIP: {
|
|||
SvcCommitments => ignore(),
|
||||
SvcDescription => ignore(),
|
||||
},
|
||||
(ignore())x21,
|
||||
],
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue