<?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>Bugs</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-06-28T00:14:49-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Web Services Hosting URL</title>
      <link>http://www.magentocommerce.com/boards/viewthread/10876/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/10876/#When:21:06:03Z</guid>
      <description><![CDATA[<p>The Flo2Cash web services application is no longer hosted at paynz.co.nz. 
</p>
<p>
In app/code/core\Mage/Flo2Cash/Model, you may need to change the two URL constants at the top of the file. 
</p>
<p>
e.g. change:
</p>
<p>
<div class="codeblock"><code>
<span style="color: #007700">const&nbsp;</span><span style="color: #0000BB">WSDL_URL_DEMO&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'http://demo.paynz.co.nz/ws/paynzws.asmx?wsdl'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;</span><span style="color: #0000BB">WSDL_URL_LIVE&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'https://secure.paynz.co.nz/ws/paynzws.asmx?wsdl'</span><span style="color: #007700">;</span>
</code></div>
</p>
<p>
to: 
</p>
<p>
<div class="codeblock"><code>
<span style="color: #007700">const&nbsp;</span><span style="color: #0000BB">WSDL_URL_DEMO&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'http://demo.flo2cash.co.nz/ws/paynzws.asmx?wsdl'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;const&nbsp;</span><span style="color: #0000BB">WSDL_URL_LIVE&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'https://secure.flo2cash.co.nz/ws/paynzws.asmx?wsdl'</span><span style="color: #007700">;</span>
</code></div>
</p>]]></description>
      <dc:date>2008-06-24T21:06:03-08:00</dc:date>
    </item>

    
    </channel>
</rss>