[ic] RE: Paypal Module - Authorizenet error

William Fiore william.fiore at gmail.com
Sun Feb 25 12:39:42 EST 2007


>Lyn St George lyn at zolotek.net wrote:

>I've found versions of log_transaction and profiles.order that
>are in use with Authorizenet and posted those in place of
>the previous ones - try these  'as is'.  They also have logging
>to tell you when the relevant profile has been started.

Lyn,

I was doing some debugging last night. One thing I found in the error
log was the new log_transaction file you uploaded called for a table
"psp_test" which was non-existent. I created the table and that error
went away. Now I am receiving the following error in my log:

[25/February/2007:11:51:21 -0500] xxx/cgi-bin/xxx/process backup=0
[25/February/2007:11:51:53 -0500] xxx/cgi-bin/xxx/process Unknown charge type:
[25/February/2007:11:51:53 -0500] xxx/cgi-bin/xxx/process Safe:
Real-time charge failed. Reason:


 		for(qw/
 				charge_total_message
 				pay_cert_total
 		/)
 		{
 			delete $Scratch->{$_};
 		}
 		die errmsg(
 				"Real-time charge failed. Reason: %s\n",
 				errmsg($Session->{payment_error}),
 			);
 	

[25/February/2007:11:51:53 -0500] catalog/cgi-bin/catalog/process
Route log failed.
[25/February/2007:11:51:53 -0500] catalog/cgi-bin/catalog/process
ERRORS on ORDER AFT3868:
Error during creation of order routing log:
Route log failed. at /home/xxx/interchange/lib/Vend/Order.pm line 2000.


More information about the interchange-users mailing list