Ignore:
Timestamp:
2007/08/03 16:17:45 (17 years ago)
Author:
naka
Message:

ペイジェント決済モジュール

File:
1 edited

Legend:

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

    r15162 r15168  
    6060        $arrInput = $objFormParam->getHashArray(); 
    6161        // ¥¯¥ì¥¸¥Ã¥ÈÅÅʸÁ÷¿® 
    62         list($result, $message) = sfSendPaygentCredit($arrData, $arrInput, $uniqid);         
     62        $arrRet = sfSendPaygentCredit($arrData, $arrInput, $uniqid);         
    6363         
    6464        // À®¸ù 
    65         if($result != "") { 
     65        if($arrRet['payment_id'] != "") { 
    6666            // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    6767            $objSiteSess->setRegistFlag(); 
     
    6969        } else { 
    7070            // ¼ºÇÔ 
    71             $objPage->tpl_error = "ÆþÎÏÆâÍƤò¤´³Îǧ¤¯¤À¤µ¤¤¡£"; 
     71            $objPage->tpl_error = "ǧ¾Ú¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£"; 
    7272        } 
    7373    } 
     
    8080$objPage->arrYear = $objDate->getZeroYear(); 
    8181$objPage->arrMonth = $objDate->getZeroMonth(); 
     82 
     83// ¶¦Ä̤Îɽ¼¨½àÈ÷ 
     84$objPage = sfPaygentDisp($objPage, $payment_id); 
    8285 
    8386$objPage->arrForm = $objFormParam->getFormParamList(); 
Note: See TracChangeset for help on using the changeset viewer.