[ic] CC processing

Mark Weaver mark at americanmicroinc.com
Mon May 17 10:11:15 EDT 2004


Joachim Leidinger wrote:

> On Mon, 2004-05-17 at 14:50, Mark Weaver wrote:
> 
>>Hi again all,
>>
>>First, let me say a HUGE thank you for this lists' existance. It is a 
>>God-send.
>>
>>Next, I'm working on getting CC processing nailed down so I can roll 
>>this cart out and get it online and taking orders. When I run a test 
>>order with a live credit card I'm getting this message at the top of the 
>>page.
>>
>> >>>>>>>>>>>>>
>>  There were errors in your last submission:
>>
>>     (Payment process): There was an error accepting payment: Real-time 
>>charge failed. Reason:
>>  The areas you need to correct are shown in this color below.
>><<<<<<<<<<<<<
>>
>>problem is...there's nothing colored. the form looks the same as it did 
>>when I hit the "Place Order" button on the previous screen.
> 
> .....
> 
> Add
> 
> [if errors]
> <FONT COLOR="RED">
> <b>There were errors in your last submission.</b><BR>
> [error all=1 keep=1 show_error=1 show_label=1 joiner="<br>"]
> </FONT>
> [/if]
> 
> or
> 
> <FONT COLOR="RED">
> <b>There were errors in your last submission.</b><BR>
> [error all=1 keep=1 show_error=1 show_label=1 joiner="<br>"]
> </FONT>
> 
> to get any information about the cause.
> 
> Joachim
> 
> 

Hi Joachim,

Its not a problem of the code "not" being there to report the error. at 
least as  far as I can see so far. It appears to be another problem 
related somehow to the program not being able to communicate with 
Authorize.net. Here's the contents of the error log when the transaction 
attempt was made:

xxx.xxx.xxx.xxx vJXg7TTW:xxx.xxx.xxx.xxx - [17/May/2004:09:53:50 -0400] 
americanmicroinc /cgi-bin/americanmicroinc/process Unknown charge type: 
authorizenet
xxx.xxx.xxx.xxx vJXg7TTW:xxx.xxx.xxx.xxx - [17/May/2004:09:53:50 -0400] 
americanmicroinc /cgi-bin/americanmicroinc/process Safe: Real-time 
charge failed. Reason:
 >
 >
 > 		die errmsg(
 > 				"Real-time charge failed. Reason: %s\n",
 > 				errmsg($Session->{cybercash_error}),
 > 			);
 > 	
 >

-- 
Mark Weaver
American Micro - Webmaster
1-800-558-2058




More information about the interchange-users mailing list