VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: webmosa on February 28, 2013, 01:19:07 AM

Title: Authorize.net respons string
Post by: webmosa on February 28, 2013, 01:19:07 AM
We are having issues with Authorize.net on one of our sites. It just randomly stopped working. Anyways so we are working with them but they need the Response string and I am not sure how to get this can someone help me figure out how i can get this string?
Title: Re: Authorize.net respons string
Post by: alatak on March 06, 2013, 13:58:22 PM
Hello

you can add (around line 835) after that line
$response = curl_exec ($curl_request);
the following code
vmdebug('response from authorize',$response);


then in the virtuemart configuration, turn on the debug.
The reponse from authorize will be displayed.