|
The Flo2Cash web services application is no longer hosted at paynz.co.nz.
In app/code/core\Mage/Flo2Cash/Model, you may need to change the two URL constants at the top of the file.
e.g. change:
const WSDL_URL_DEMO = 'http://demo.paynz.co.nz/ws/paynzws.asmx?wsdl'; const WSDL_URL_LIVE = 'https://secure.paynz.co.nz/ws/paynzws.asmx?wsdl';
to:
const WSDL_URL_DEMO = 'http://demo.flo2cash.co.nz/ws/paynzws.asmx?wsdl'; const WSDL_URL_LIVE = 'https://secure.flo2cash.co.nz/ws/paynzws.asmx?wsdl';
|