Ignore:
Timestamp:
2007/08/29 19:43:37 (17 years ago)
Author:
naka
Message:
 
Location:
branches/feature-module-zeus/data/downloads/module/mdl_zeus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc

    r15435 r15436  
    7474    ); 
    7575     
    76     sfPrintR($arrPost); 
    77     print('?'); 
    78     gfPrintLog('?'); 
    79      
    8076    $req = new HTTP_Request(SECURE_LINK_URL); 
    8177    $req->setMethod(HTTP_REQUEST_METHOD_POST); 
     
    8783    } 
    8884    $req->clearPostData(); 
    89  
     85    gfPrintLog($response); 
     86     
    9087    if(ereg('Success_order', $response)) { 
    91         gfPrintLog($response); 
     88        return true; 
    9289    } else { 
    93         gfPrintLog($response); 
     90        return false; 
    9491    } 
    9592    return $arrVal; 
  • branches/feature-module-zeus/data/downloads/module/mdl_zeus/zeus_credit.php

    r15425 r15436  
    6565        $arrInput = $objFormParam->getHashArray(); 
    6666        // ¥¯¥ì¥¸¥Ã¥ÈÅÅʸÁ÷¿® 
    67         sfPostPaymentData($arrData, $arrInput); 
     67        $ret = sfPostPaymentData($arrData, $arrInput); 
    6868        // À®¸ù 
    69         if($arrRet['payment_id'] != "") { 
     69        if($ret) { 
    7070            // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    7171            $objSiteSess->setRegistFlag(); 
Note: See TracChangeset for help on using the changeset viewer.