Skip to content

Commit e2281ed

Browse files
committed
MAGETWO-49093: [GITHUB] Incorrect display of USPS rates when destination country = Canada
- Added test data
1 parent b4c698a commit e2281ed

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<IntlRateV2Response>
3+
<Package>
4+
<Service ID="12">
5+
<Pounds>3</Pounds>
6+
<Ounces>0</Ounces>
7+
<Postage>80.45</Postage>
8+
<ExtraServices>
9+
<ExtraService>
10+
<Available>True</Available>
11+
</ExtraService>
12+
</ExtraServices>
13+
<SvcDescription>USPS GXG&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt; Envelopes</SvcDescription>
14+
</Service>
15+
<Service ID="1">
16+
<Pounds>3</Pounds>
17+
<Ounces>0</Ounces>
18+
<Postage>54.25</Postage>
19+
<ExtraServices>
20+
<ExtraService>
21+
<Available>True</Available>
22+
</ExtraService>
23+
</ExtraServices>
24+
<SvcDescription>Priority Mail Express International&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</SvcDescription>
25+
</Service>
26+
<Service ID="10">
27+
<Pounds>3</Pounds>
28+
<Ounces>0</Ounces>
29+
<Postage>41.50</Postage>
30+
<ExtraServices>
31+
<ExtraService>
32+
<ServiceID>1</ServiceID>
33+
<Available>True</Available>
34+
</ExtraService>
35+
</ExtraServices>
36+
<SvcDescription>Priority Mail Express International&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt; Flat Rate Envelope</SvcDescription>
37+
</Service>
38+
<Service ID="11">
39+
<Pounds>3</Pounds>
40+
<Ounces>0</Ounces>
41+
<Postage>59.95</Postage>
42+
<ExtraServices>
43+
<ExtraService>
44+
<Available>True</Available>
45+
</ExtraService>
46+
<ExtraService>
47+
<Available>True</Available>
48+
</ExtraService>
49+
</ExtraServices>
50+
<SvcDescription>Priority Mail International&amp;lt;sup&amp;gt;&amp;#174;&amp;lt;/sup&amp;gt; Large Flat Rate Box</SvcDescription>
51+
</Service>
52+
<Service ID="15">
53+
<Pounds>3</Pounds>
54+
<Ounces>0</Ounces>
55+
<Postage>24.50</Postage>
56+
<ExtraServices>
57+
<ExtraService>
58+
<Available>False</Available>
59+
</ExtraService>
60+
<ExtraService>
61+
<Available>True</Available>
62+
</ExtraService>
63+
</ExtraServices>
64+
<SvcDescription>First-Class Package International Service&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</SvcDescription>
65+
</Service>
66+
<Service ID="2">
67+
<Pounds>3</Pounds>
68+
<Ounces>0</Ounces>
69+
<Postage>0.00</Postage>
70+
<ExtraServices>
71+
<ExtraService>
72+
<Available>False</Available>
73+
</ExtraService>
74+
</ExtraServices>
75+
</Service>
76+
</Package>
77+
</IntlRateV2Response>

0 commit comments

Comments
 (0)