Changeset 708
- Timestamp:
- 05/09/08 03:09:20 (8 months ago)
- Files:
-
- trunk/A2BCustomer_UI/checkout_process.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/A2BCustomer_UI/checkout_process.php
r566 r708 8 8 write_log(LOGFILE_EPAYMENT, basename(__FILE__).' line:'.__LINE__."-transactionID=$transactionID"." ----EPAYMENT TRANSACTION START (ID)----"); 9 9 write_log(LOGFILE_EPAYMENT, basename(__FILE__).' line:'.__LINE__."-transactionKey=$key"." ----EPAYMENT TRANSACTION KEY----"); 10 write_log(LOGFILE_EPAYMENT, basename(__FILE__).' line:'.__LINE__."-POST Var \n".print_r($_POST, true)); 10 11 11 12 if ($sess_id =="") { … … 40 41 } 41 42 43 // Status - New 0 ; Proceed 1 ; In Process 2 42 44 $QUERY = "SELECT * from cc_epayment_log WHERE id = ".$transactionID." AND (status = 0 OR (status = 2 AND $NOW_2MIN))"; 43 45 $transaction_data = $paymentTable->SQLExec ($DBHandle_max, $QUERY); … … 61 63 switch($transaction_data[0][4]) 62 64 { 63 case "paypal": 65 case "paypal": 64 66 $currCurrency = $mc_currency; 65 67 $postvars = array();
