- Timestamp:
- 2006/11/19 15:44:23 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/downloads/module/mdl_epsilon/mdl_epsilon.php (modified) (2 diffs)
-
html/test/kakinaka/send.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
r8551 r8553 37 37 $objView = new SC_AdminView(); 38 38 $objQuery = new SC_Query(); 39 40 // ¥³¥ó¥Ó¥ËÆþ¶â¥Á¥§¥Ã¥¯ 41 lfEpsilonCheck(); 39 42 40 43 // ǧ¾Ú³Îǧ … … 342 345 } 343 346 347 // ¥³¥ó¥Ó¥ËÆþ¶â³Îǧ½èÍý 348 function lfEpsilonCheck(){ 349 global $objQuery; 350 351 // trans_code ¤ò»ØÄꤵ¤ì¤Æ¤¤¤Æ³î¤Ä¡¢Æþ¶âºÑ¤ß¤Î¾ì¹ç 352 if($_POST["trans_code"] != "" and $_POST["paid"] == 1 and $_POST["order_number"] != ""){ 353 // ¥¹¥Æ¡¼¥¿¥¹¤òÆþ¶âºÑ¤ß¤ËÊѹ¹¤¹¤ë 354 $sql = "UPDATE dtb_order SET status = 6, update_date = now() WHERE order_id = ? AND memo04 = ? "; 355 $objQuery->query($sql, array($_POST["order_number"], $_POST["trans_code"])); 356 357 // POST¤ÎÆâÍÆ¤òÁ´¤Æ¥í¥°Êݸ 358 $log_path = DATA_PATH . "logs/epsilon.log"; 359 gfPrintLog("epsilon conveni start---------------------------------------------------------", $log_path); 360 foreach($_POST as $key => $val){ 361 gfPrintLog( "\t" . $key . " => " . $val, $log_path); 362 } 363 gfPrintLog("epsilon conveni end-----------------------------------------------------------", $log_path); 364 } 365 } 366 344 367 ?> -
temp/trunk/html/test/kakinaka/send.php
r8552 r8553 4 4 require_once(DATA_PATH . "module/Request.php"); 5 5 6 $order_url = "http://test.ec-cube.net/ec-cube/ test/kakinaka/epsilon_check.php";6 $order_url = "http://test.ec-cube.net/ec-cube/load_module?module_id=4"; 7 7 8 8 $arrData = array(
Note: See TracChangeset
for help on using the changeset viewer.
