[ic] Authorize.net stuff...

Ron Phipps rphipps@reliant-solutions.com
Fri, 6 Apr 2001 11:41:31 -0700


----- Original Message -----
From: "Dan McFarland" <dan@mailturtle.com>
To: <interchange-users@lists.akopia.com>
Sent: Friday, April 06, 2001 11:02 AM
Subject: Re: [ic] Authorize.net stuff...


> Ok, I installed the SSLea module.  The server boots up ok now, but I still
> get the unknown "error in green" when a credit card is attempted for use.
>
> Any ideas??

Put this in your checkout page where the error in green message is:

[data session cybercash_error]

This should return the error if the authorizenet module is built like
cybercash or verisign.  If that does not work then turn debugging on in IC
(should be in either catalog.cfg or interchange.cfg) and uncomment the
logDebug statements in the authorizenet module.  Check the file /tmp/icdebug
for the output and you should be able to track it down.

-Ron