<?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 #7731 / FedEx rates are not returned when magento Currency</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=3668</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-10-14 06:41:02<br/><strong>Category:</strong> Configuration<br/><strong>Version:</strong> 1.1.6<br/><strong>Priority:</strong> high<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/9702/">joolsr</a></strong><br/><br/>Hi<br />
<br />
This is related to previous bug 4848. <br />
<br />
I am in the UK, and Magento has my CurrencyCode set to GBP. But now app/code/core/Mage/Usa/Model/Shipping/Carrier/Fedex.php uses the Magento CurrencyCode from its own entry previously set in the database. This is good, but with GBP set to the Magento Currency Code, no rates are returned, just an error. Hardwiring line 289 so that I use USD instead fixes the issue.<br />
<br />
$declaredValue-&gt;addChild('CurrencyCode', 'USD');<br />
 //           $declaredValue-&gt;addChild('CurrencyCode', Mage::app()-&gt;getBaseCurrencyCode());<br />
<br />
Of course this is not ideal, as the rates we are using are in US Dollars not UK Sterling. I believe the fault is really that FedEx do not accept certain countries' CurrencyCode, see bug 4848, but there should be some check for this in Magento, rather than having to do in the code. CAN and EUR work for Canadian Dollars and Euros, but surprisingly not UK Sterling, ie GBP.<br />
<br />
Confusingly, if you change hardwired CurrencyCodes as above, the rates are NOT changed by the usual exchange rate levels, but by only a few %, ie setting to AUS, gives a rate of £58.14 for a package to France, USA £62.01, EUR £63.95 for same package and destination. So I think the differences may be down to exchange rate fluctuations. <br />
<br />
If you want any more info, please contact me my PM.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: FedEx rates are not returned when magento Currency</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/9702/">joolsr</a></em><br/><br/>After checking the codecreturned from Fedex, it seems they use UKL as the GBP Country Code !!! This is an ancient terminology used about 30 yeras ago, as far as we can remember.<br />
<br />
Using UKL in the CurrencyCode now works and gives back pricing.]]></description>
    </item>
            <item>
        <title>RE: FedEx rates are not returned when magento Currency</title>
        <description><![CDATA[<em>#2 / Comment by Magento Team</em><br/><br/>All currency codes correspondence was done.]]></description>
    </item>
            <item>
        <title>RE: FedEx rates are not returned when magento Currency</title>
        <description><![CDATA[<em>#3 / Comment by Magento Team</em><br/><br/>Hello joolsr,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>