Re: NMI Gateway problem?
Hi Kids -
I actually went through this once before. When 1.39a was released, the NMI gateway module broke. In talking with NMI, they advised my to use the Authorize.net (/includes/modules/authorizenet_aim.php) module and modify it as follows:
near line 507, replace
$url = 'https://secure.authorize.net/gateway/transact.dll';
$devurl = 'https://test.authorize.net/gateway/transact.dll';
$dumpurl = 'https://developer.authorize.net/param_dump.asp';
$certurl = 'https://certification.authorize.net/gateway/transact.dll';
with:
$url = 'https://secure.networkmerchants.com/gateway/transact.dll';
$devurl = 'https://secure.networkmerchants.com/gateway/transact.dll';
$dumpurl = 'https://secure.networkmerchants.com/gateway/transact.dll';
$certurl = 'https://secure.networkmerchants.com/gateway/transact.dll';
I did that and all was once again zen!
--
So Zenned That I Don't Need Shoes