Changeset 16578


Ignore:
Timestamp:
2007/10/28 18:38:39 (16 years ago)
Author:
naka
Message:

ペイジェント決済ログ出力

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc

    r16577 r16578  
    404404    // Shift-JIS¤Ç±þÅú¤¬¤¢¤ë¤Î¤Ç¡¢¥¨¥ó¥³¡¼¥É¤¹¤ë¡£ 
    405405    $responseDetail = mb_convert_encoding($responseDetail, CHAR_CODE, "Shift-JIS");  
     406     
     407    $arrRetOther['result'] = $resultStatus; 
     408    $arrRetOther['code'] = $responseCode; 
     409    $arrRetOther['detail'] = $responseDetail; 
     410     
     411    // ¼èÆÀ¤·¤¿Ãͤò¥í¥°¤ËÊݸ¤¹¤ë¡£ 
     412    foreach($arrRetOther as $key => $val) { 
     413        gfPrintLog($key."->".$arrRes[0][$key]); 
     414    } 
    406415     
    407416    // ¥ì¥¹¥Ý¥ó¥¹¤Î¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.