- Timestamp:
- 2007/10/28 18:52:54 (15 years ago)
- Location:
- branches/feature-module-paygent/data/downloads/module/mdl_paygent
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc
r16579 r16580 405 405 $responseDetail = mb_convert_encoding($responseDetail, CHAR_CODE, "Shift-JIS"); 406 406 407 $arrRe tOther['result'] = $resultStatus;408 $arrRe tOther['code'] = $responseCode;409 $arrRe tOther['detail'] = $responseDetail;407 $arrResOther['result'] = $resultStatus; 408 $arrResOther['code'] = $responseCode; 409 $arrResOther['detail'] = $responseDetail; 410 410 411 411 // ¼èÆÀ¤·¤¿Ãͤò¥í¥°¤ËÊݸ¤¹¤ë¡£ 412 foreach($arrRe tOther as $key => $val) {412 foreach($arrResOther as $key => $val) { 413 413 gfPrintLog($key."->".$val); 414 414 } 415 415 416 416 // ¥ì¥¹¥Ý¥ó¥¹¤Î¼èÆÀ 417 417 while($objPaygent->hasResNext()) { … … 419 419 $arrRes[] = $objPaygent->resNext(); # Í×µá·ë²Ì¼èÆÀ 420 420 } 421 422 $arrRes[0]['result'] = $resultStatus; 421 423 422 424 // ¼èÆÀ¤·¤¿Ãͤò¥í¥°¤ËÊݸ¤¹¤ë¡£ -
branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_atm.php
r15244 r16580 69 69 70 70 // À®¸ù 71 if($arrRet[' payment_id'] != "") {71 if($arrRet['result'] == 0) { 72 72 // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 73 73 $objSiteSess->setRegistFlag(); -
branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_conveni.php
r15244 r16580 68 68 69 69 // À®¸ù 70 if($arrRet[' payment_id'] != "") {70 if($arrRet['result'] == 0) { 71 71 // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 72 72 $objSiteSess->setRegistFlag(); -
branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_credit.php
r15244 r16580 68 68 69 69 // À®¸ù 70 if($arrRet[' payment_id'] != "") {70 if($arrRet['result'] == 0) { 71 71 // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 72 72 $objSiteSess->setRegistFlag();
Note: See TracChangeset
for help on using the changeset viewer.