Hello,
That's quite strange because we update the Iveri payment plugins from what Iveri support told me...
Please note the part that is changing is the domain name, that means you only need to change the redirect url as stated below and there is no documentation that is required to make the change.
Iveri Support :
OLD URL
backoffice.iveri.co.za/Lite/Transactions/New/EasyAuthorise.aspx
NEW URL
backoffice.nedsecure.co.za/Lite/Transact...w/EasyAuthorise.aspx
And then, you told me that the Gateway must be
portal.nedsecure...
Can you sends us the
Iveri pdf via our "
Contact us" form with a
Url link to this topic.
Other solution, more quick for you, is to replace "
backoffice" by "
portal" in your file :
YourWebsite/plugins/hikashoppayment/iveri/iveri.php
Around line 20 :
'backoffice.nedsecure.co.za' => 'backoffice.nedsecure.co.za',
'backoffice.host.nedsecure.com' => 'backoffice.host.nedsecure.com',
'backoffice.ctlnigeria.nedsecure.com' => 'backoffice.ctlnigeria.nedsecure.com'
for :
'portal.nedsecure.co.za' => 'portal.nedsecure.co.za',
'portal.host.nedsecure.com' => 'portal.host.nedsecure.com',
'portal.ctlnigeria.nedsecure.com' => 'portal.ctlnigeria.nedsecure.com'
And process test in
sandbox mode to see if it works.
Awaiting news from you.
Regards.