Car Stereos & Radios News:





   Copyright © 2005 Wellingborough England directory Rights Reserved. | +-----------------------------------------------------------------------------+ \*****************************************************************************/ # # $Id: cc_bank.php,v 1.3 2002/12/10 08:57:10 sdg Exp $ # # this line protect us from empty orders $bill_error=true; # # Finish transaction # if ($REQUEST_METHOD == "GET" and $HTTP_GET_VARS["IOC_merchant_shopper_id"]) { include "../include/payment_method.php"; $session = $HTTP_GET_VARS ["IOC_merchant_shopper_id"]; $response = $HTTP_GET_VARS ["IOC_response_code"]; session_id($session); session_register("cart"); session_register("order_secureid"); session_register("userinfo"); session_register("secure_oid"); if(!$response) { func_change_order_status($secure_oid, "P"); $_orderids = func_get_urlencoded_orderids ($secure_oid); # # Remove all from cart # $cart=""; header("Location: ../customer/cart.php?mode=order_message&orderids=$_orderids"); exit; } else { func_change_order_status($secure_oid, "D"); $error=array( "-1" => "Authorization system not responding. Order accepted in Faith mode.", "1" => "Authorization system not responding. Please retry transaction.", "2" => "Authorization declined. Please retry with different credit card.", "3" => "No response from issuing institution. Order not accepted. Please retry.", "4" => "Authorization declined. Invalid credit card. Please retry with different credit card.", "5" => "Authorization declined. Invalid amount. Please retry.", "6" => "Authorization declined. Expired credit card. Please retry with different credit card.", "7" => "Authorization declined. Invalid transaction. Please retry with different credit card.", "8" => "Received unexpected reply. Order not accepted. Please retry.", "9" => "Authorization declined. Duplicate transaction.", "10" => "Other issue. Order not accepted. Please retry." ); header("Location: ../customer/error_message.php?error=error_ccprocessor_error&bill_message=".urlencode($error[$response]."
")); exit; } } $id = $module_params ["param01"]; $cvv = $module_params ["param02"]; session_register("order_secureid"); $expiry_month = substr($userinfo["card_expire"],0,2); $expiry_year = substr($userinfo["card_expire"],2,2);; ?>
"> "> ">
Please wait while connecting to Bank of America payment gateway...