Changeset 11660


Ignore:
Timestamp:
2007/03/09 12:14:25 (17 years ago)
Author:
inoue
Message:

ファミマ対応

File:
1 edited

Legend:

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

    r11659 r11660  
    101101        $payment_total = lfSetConvMSG("¹ç·×¶â³Û", $_POST["X-TOTAL"]); 
    102102        $receipt_no = lfSetConvMSG("¥³¥ó¥Ó¥Ëʧ¤¤½Ð¤·ÈÖ¹æ", $_POST["X-PAY_NO1"]); 
    103         $payment_url = lfSetConvMSG("¥³¥ó¥Ó¥Ëʧ¤¤½Ð¤·URL", $_POST["X-PAY_NO2"]); 
     103 
     104        // ¥Õ¥¡¥ß¥ê¡¼¥Þ¡¼¥È¤Î¤ßURL¤¬¤Ê¤¤ 
     105        if ($_POST["X-PAY_CSV"] != "D030") { 
     106            $payment_url = lfSetConvMSG("¥³¥ó¥Ó¥Ëʧ¤¤½Ð¤·URL", $_POST["X-PAY_NO2"]); 
     107        } else { 
     108            $payment_url = lfSetConvMSG("ÃíʸÈÖ¹æ", $_POST["X-PAY_NO2"]); 
     109        } 
    104110         
    105111        $arrRet['cv_type'] = $conveni_type;             // ¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
Note: See TracChangeset for help on using the changeset viewer.