<?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 #28321 / Mage_Customer_Model_Address_Api_V2 create and upda</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=14298</link>
        <description><![CDATA[<strong>Posted:</strong> 2012-10-04 08:26:04<br/><strong>Category:</strong> Customer (including Groups)<br/><strong>Version:</strong> 1.7.0.2<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> new<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/25813400/">Klaus M Brantl</a></strong><br/><br/>/**<br />
     * Create new address for customer<br />
     *<br />
     * @param int $customerId<br />
     * @param array $addressData<br />
     * @return int<br />
     */<br />
    public function create($customerId, $addressData)<br />
<br />
$addressData should be an array, but the functions are based on objects:<br />
<br />
            if (isset($addressData-&gt;$attributeCode)) {<br />
                $address-&gt;setData($attributeCode, $addressData-&gt;$attributeCode);<br />
            }<br />
<br />
The base-class Mage_Customer_Model_Address_Api is working as expected.<br/><br/><hr/>]]></description>
    </item>
    
    </channel>
</rss>