Quote Originally Posted by indy1725 View Post
I checked my debug logs in /cache/, and here is what I found:

Oct-12-2010 07:58:54
=================================

Sent to Authorizenet: Array
(
[x_login] => *******
[x_amount] => 36.50
[x_version] => 3.1
[x_method] => CC
[x_type] => AUTH_CAPTURE
[x_cust_ID] => 33
[x_email_customer] => TRUE
[x_company] => Home
[x_first_name] => ******
[x_last_name] => ******
[x_address] => ******.
[x_city] => ******
[x_state] => ******
[x_zip] => ******
[x_country] => United States
[x_phone] => ******
[x_fax] =>
[x_email] => ******
[x_ship_to_company] => Home
[x_ship_to_first_name] => ******
[x_ship_to_last_name] => ******
[x_ship_to_address] => ******.
[x_ship_to_city] => ******
[x_ship_to_state] => ******
[x_ship_to_zip] => ******
[x_ship_to_country] => United States
[x_Customer_IP] => ******
[x_relay_response] => TRUE
[x_relay_URL] => ******/index.php?main_page=checkout_process&action=confirm
[x_invoice_num] =>
[x_duplicate_window] => 120
[x_allow_partial_Auth] => FALSE
[x_description] => Website Purchase from Lunarbistro.com
[x_fp_sequence] => 873
[x_fp_timestamp] => 1286938734
[x_fp_hash] => 35646837cc2b7e91d4336ded523ed830
[x_show_form] => PAYMENT_FORM
[x_receipt_link_method] => POST
[x_receipt_link_text] => Click here to complete your order.
[x_receipt_link_url] => ******/index.php?main_page=checkout_process
[x_Test_Request] => TRUE
[zenid] => 8jbhontrcfdqo5gje21qv2ri87
[url] => https://secure.authorize.net/gateway/transact.dll
)
That's exactly the same thing I get when I do transactions, and they work just fine. So, that confirms that your problem is not with the main Zen Cart code, and reaffirms to me that your problem is something wrong with something in how you've configured your site. ie: things like:
- rewrite rules not written properly
- htaccess settings causing conflicts
- slow server
- improperly configure SSL certificate
- broken addons
- etc