<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #6719 / USPS - 'Priority Mail International Flat Rate Box'</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=2941</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-08-27 12:42:45<br/><strong>Category:</strong> Product<br/><strong>Version:</strong> 1.1.3<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/23957/">pumba</a></strong><br/><br/>Problem:<br />
USPS module does not show shipping method 'Priority Mail International Flat Rate Box' in checkout even if it's enabled in admin. <br />
<br />
Reason:<br />
It spelled incorrectly. It should be 'Priority Mail International Flat-Rate Box' (with dash)<br />
<br />
Solution:<br />
So far I managed it make it work by changing following:<br />
1) fix name in app/code/core/Mage/Usa/etc/config.xml in &lt;usps&gt;&lt;methods&gt;<br />
2) fix name in Mage/Usa/Model/Shipping/Carrier/Usps.php : line approx 380<br />
            'service_to_code'=&gt;array(<br />
                'First-Class'                      =&gt; 'FIRST CLASS',<br />
                'Express Mail'                     =&gt; 'EXPRESS',<br />
                'Express Mail PO to PO'            =&gt; 'EXPRESS',<br />
.... skipped ....<br />
                'Priority Mail International'                            =&gt; 'PRIORITY',<br />
                'Priority Mail International Flat-Rate Box'              =&gt; 'PRIORITY',<br />
            ),<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: USPS - 'Priority Mail International Flat Rate Box'</title>
        <description><![CDATA[<em>#1 / Comment by Magento Team</em><br/><br/>Hello pumba,<br />
<br />
This issue was fixed. Please check the latest Magento release at http://www.magentocommerce.com/download/<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>