<?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>Documentation</title>
    <link>http://www.magentocommerce.com/boards/</link>
    <description>Magento Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-08-18T01:51:24-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Rabobank Lite integration</title>
      <link>http://www.magentocommerce.com/boards/viewthread/14996/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/14996/#When:05:15:37Z</guid>
      <description><![CDATA[<p>Hello,
</p>
<p>
I have two questions regarding payment confirmation messages. I use Rabobank lite. I changed the url from ING to Rabobank in the source code. Redirecting to Rabobank seems to work.
</p>
<p>
In the Rabobank Ideal Setup environment you can set confirmation via e-mail or XML. When choosing XML a confirmation url (like success url) is needed. 
</p>
<p>
My questions : 
</p>
<p>
1. How does magento confirm that the payment was succesfull?
<br />
2. What can i provide in the Rabobank confirmation url field?
</p>
<p>
Thank a lot for your reply..
</p>
<p>
Best regards,
</p>
<p>
Victor
</p>]]></description>
      <dc:date>2008-08-14T05:15:37-08:00</dc:date>
    </item>

    <item>
      <title>Ideal ABN configuratie</title>
      <link>http://www.magentocommerce.com/boards/viewthread/11990/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/11990/#When:15:22:17Z</guid>
      <description><![CDATA[<p>Beste ontwikkelaars,
</p>
<p>
Om ABN, Ideal easy aan de praat te krijgen dien je in : app/code/core/Mage/Ideal/Model/Basic.php
<br />
de volgende waardes te vervangen. 
</p>
<p>
Zie onder:
</p>
<p>
           //&#8217;merchantID&#8217; =&gt; $this-&gt;getConfigData(&#8217;merchant_id&#8217;),
<br />
            &#8216;PSPID&#8217; =&gt; $this-&gt;getConfigData(&#8217;merchant_id&#8217;),
<br />
            &#8216;subID&#8217; =&gt; &#8216;0&#8217;,
<br />
            //&#8217;amount&#8217; =&gt; $order-&gt;getBaseGrandTotal()*100,
<br />
            &#8216;Amount&#8217; =&gt; $order-&gt;getBaseGrandTotal()*100,
<br />
            //&#8217;purchaseID&#8217; =&gt; $order-&gt;getIncrementId(),
<br />
            &#8216;orderID&#8217; =&gt; $order-&gt;getIncrementId(),
</p>
<p>
De default ING Url&#8217;s kun je ook in de admin wijzigen naar die van ABN zoals je ook kan zien in de code <img src="http://www.magentocommerce.com/images/smileys/wink.gif" width="19" height="19" alt="wink" style="border:0;padding:0;" />
</p>
<p>
https://internetkassa.abnamro.nl/ncol/prod/orderstandard.asp
</p>]]></description>
      <dc:date>2008-07-11T15:22:17-08:00</dc:date>
    </item>

    <item>
      <title>Magento Downloader can&#8217;t install ideal package</title>
      <link>http://www.magentocommerce.com/boards/viewthread/10358/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/10358/#When:12:06:34Z</guid>
      <description><![CDATA[<p>Hi,
</p>
<p>
I want to try to install the ideal package, but I get this error:
</p>
<p>
Failed to download magento-core/Mage_Ideal within preferred state &#8220;stable&#8221;, latest release is version 1.0.19870, stability &#8220;beta&#8221;, use &#8220;channel://connect.magentocommerce.com/core/Mage_Ideal-1.0.19870&#8221; to install
<br />
Cannot initialize &#8216;channel://connect.magentocommerce.com/core/Mage_Ideal&#8217;, invalid or missing package file
<br />
Install Errors
<br />
Package &#8220;channel://connect.magentocommerce.com/core/Mage_Ideal&#8221; is not valid
<br />
PEAR ERROR: install failed
</p>
<p>
what can this be? and how can I solve it?
</p>]]></description>
      <dc:date>2008-06-17T12:06:34-08:00</dc:date>
    </item>

    <item>
      <title>iDeal not appearing as payment method in frontend, whats wrong with my config&#63;</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8800/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8800/#When:10:09:23Z</guid>
      <description><![CDATA[<p>I am trying to get the iDEAL payment module working, but am unfortunately not yet successful. I think this has to do with my ssl certificate config, as the token is not appearing in the directory request message:
</p>
<p>
Mage_Ideal_Model_Api_Advanced_DirectoryReq
<br />
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
<br />
&lt;DirectoryReq xmlns="http://www.idealdesk.com/Message" version="1.1.0"&gt;
<br />
&lt;createDateTimeStamp&gt;2008-05-24T17:53:58.000Z&lt;/createDateTimeStamp&gt;
<br />
&lt;Merchant&gt;
<br />
&lt;merchantID&gt;leviandrose2&lt;/merchantID&gt;
<br />
&lt;subID&gt;0&lt;/subID&gt;
<br />
&lt;authentication&gt;SHA1_RSA&lt;/authentication&gt;
<br />
&lt;token&gt;&lt;/token&gt;
<br />
&lt;tokenCode&gt;&lt;/tokenCode&gt;
<br />
&lt;/Merchant&gt;
<br />
&lt;/DirectoryReq&gt;
<br />
  
<br />
Does anyone know what might be wrong with my config? I have checked the paths to the certificate and private key with my provider.
</p>]]></description>
      <dc:date>2008-05-24T10:09:23-08:00</dc:date>
    </item>

    
    </channel>
</rss>