Authorize.Net has just notified us that they are changing the transaction URL (https://secure2.authorize.net/gateway/transact.dll). They are going to use a third party cloud network service (Akamai). I see no way for us to change this in the plugin. Can you direct us where to do this or provide an update?
Thanks.
Thanks.
Hi 3DGuy,
I just saw the Email this morning, I guess that Max will update the plug-in in a future release. Meanwhile you can edit the /administrator/components/com_chronoforms5/chronoforms/actions/authorize_net/authorize_net.php file around line 127 to change this code
Bob
I just saw the Email this morning, I guess that Max will update the plug-in in a future release. Meanwhile you can edit the /administrator/components/com_chronoforms5/chronoforms/actions/authorize_net/authorize_net.php file around line 127 to change this code
if($config->get('testing', 0)){
$ch = curl_init("https://test.authorize.net/gateway/transact.dll");
}else{
$ch = curl_init("https://secure.authorize.net/gateway/transact.dll");
}
Bob
This topic is locked and no more replies can be posted.