Changeset 11687


Ignore:
Timestamp:
2007/03/09 19:04:18 (17 years ago)
Author:
inoue
Message:

出力データの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/mdl_remise/mdl_remise.php

    r11646 r11687  
    2222        global $arrCreditDivide; 
    2323        $this->arrCreditDivide = $arrCreditDivide; 
    24         global $arrConvenience; 
    25         $this->arrConvenience = $arrConvenience; 
    26         global $arrMobileConvenience; 
    27         $this->arrMobileConvenience = $arrMobileConvenience; 
    2824    } 
    2925} 
     
    9692    $objFormParam->addParam("¥¯¥ì¥¸¥Ã¥ÈÀܳÀèURL(¥â¥Ð¥¤¥ë)", "mobile_credit_url"); 
    9793    $objFormParam->addParam("»Ùʧ¤¤ÊýË¡", "credit_method"); 
    98     $objFormParam->addParam("ʬ³ä²ó¿ô", "credit_divide"); 
    9994    $objFormParam->addParam("¥ª¥×¥·¥ç¥ó", "payment"); 
    10095    $objFormParam->addParam("¥³¥ó¥Ó¥ËÀܳÀèURL(PC)", "convenience_url"); 
     
    145140        if($val["payment"] == 1) { 
    146141            $credit = $val["payment_code"]; 
    147             $arrDisp["credit_divide"] = $val["credit_divide"]; 
     142            $arrDisp["credit_url"] = $val["credit_url"]; 
     143            $arrDisp["mobile_credit_url"] = $val["mobile_credit_url"]; 
     144            $arrDisp["credit_method"] = $val["credit_method"]; 
    148145        } 
    149146 
     
    158155 
    159156    $objFormParam->setParam($arrDisp); 
     157    $objFormParam->splitParamCheckBoxes("credit_method"); 
    160158     
    161159    // ¥¯¥ì¥¸¥Ã¥È»Ùʧ¤¤¶èʬ 
    162     $objFormParam->splitParamCheckBoxes("credit_method"); 
    163      
    164     // ¥³¥ó¥Ó¥Ë 
    165     $objFormParam->splitParamCheckBoxes("convenience"); 
     160    //$objFormParam->splitParamCheckBoxes("credit_method"); 
    166161} 
    167162 
Note: See TracChangeset for help on using the changeset viewer.