forked from Shopify/active_shipping
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USPS hotfix for their API change that sends unescaped HTML
- Loading branch information
Showing
3 changed files
with
141 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<?xml version="1.0"?> | ||
<RateV3Response> | ||
<Package ID="0"> | ||
<ZipOrigination>83843</ZipOrigination> | ||
<ZipDestination>70001</ZipDestination> | ||
<Pounds>0</Pounds> | ||
<Ounces>32.0</Ounces> | ||
<Container/> | ||
<Size>REGULAR</Size> | ||
<Machinable>FALSE</Machinable> | ||
<Zone>8</Zone> | ||
<Postage CLASSID="3"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt;</MailService> | ||
<Rate>34.70</Rate> | ||
</Postage> | ||
<Postage CLASSID="2"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Hold For Pickup</MailService> | ||
<Rate>34.70</Rate> | ||
</Postage> | ||
<Postage CLASSID="23"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Sunday/Holiday Delivery</MailService> | ||
<Rate>47.20</Rate> | ||
</Postage> | ||
<Postage CLASSID="13"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Flat Rate Envelope</MailService> | ||
<Rate>18.30</Rate> | ||
</Postage> | ||
<Postage CLASSID="27"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Flat Rate Envelope Hold For Pickup</MailService> | ||
<Rate>18.30</Rate> | ||
</Postage> | ||
<Postage CLASSID="25"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Sunday/Holiday Delivery Flat Rate Envelope</MailService> | ||
<Rate>30.80</Rate> | ||
</Postage> | ||
<Postage CLASSID="30"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Legal Flat Rate Envelope</MailService> | ||
<Rate>18.30</Rate> | ||
</Postage> | ||
<Postage CLASSID="31"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Legal Flat Rate Envelope Hold For Pickup</MailService> | ||
<Rate>18.30</Rate> | ||
</Postage> | ||
<Postage CLASSID="32"> | ||
<MailService>Express Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Sunday/Holiday Delivery Legal Flat Rate Envelope</MailService> | ||
<Rate>30.80</Rate> | ||
</Postage> | ||
<Postage CLASSID="1"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt;</MailService> | ||
<Rate>10.20</Rate> | ||
</Postage> | ||
<Postage CLASSID="22"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Large Flat Rate Box</MailService> | ||
<Rate>14.95</Rate> | ||
</Postage> | ||
<Postage CLASSID="17"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Medium Flat Rate Box</MailService> | ||
<Rate>10.95</Rate> | ||
</Postage> | ||
<Postage CLASSID="28"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Small Flat Rate Box</MailService> | ||
<Rate>5.20</Rate> | ||
</Postage> | ||
<Postage CLASSID="16"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Flat Rate Envelope</MailService> | ||
<Rate>4.95</Rate> | ||
</Postage> | ||
<Postage CLASSID="44"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Legal Flat Rate Envelope</MailService> | ||
<Rate>4.95</Rate> | ||
</Postage> | ||
<Postage CLASSID="29"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Padded Flat Rate Envelope</MailService> | ||
<Rate>4.95</Rate> | ||
</Postage> | ||
<Postage CLASSID="38"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Gift Card Flat Rate Envelope</MailService> | ||
<Rate>4.95</Rate> | ||
</Postage> | ||
<Postage CLASSID="42"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Small Flat Rate Envelope</MailService> | ||
<Rate>4.95</Rate> | ||
</Postage> | ||
<Postage CLASSID="40"> | ||
<MailService>Priority Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt; Window Flat Rate Envelope</MailService> | ||
<Rate>4.95</Rate> | ||
</Postage> | ||
<Postage CLASSID="4"> | ||
<MailService>Parcel Post&lt;sup&gt;&amp;reg;&lt;/sup&gt;</MailService> | ||
<Rate>8.09</Rate> | ||
</Postage> | ||
<Postage CLASSID="6"> | ||
<MailService>Media Mail&lt;sup&gt;&amp;reg;&lt;/sup&gt;</MailService> | ||
<Rate>2.77</Rate> | ||
</Postage> | ||
<Postage CLASSID="7"> | ||
<MailService>Library Mail</MailService> | ||
<Rate>2.63</Rate> | ||
</Postage> | ||
</Package> | ||
</RateV3Response> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters