Changeset 8008 for temp/trunk


Ignore:
Timestamp:
2006/11/09 13:57:05 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/convenience.php

    r7933 r8008  
    143143                //¥»¥Ö¥ó¥¤¥ì¥Ö¥ó 
    144144                case '11': 
    145                     $arrRet['cv_type'] = $conveni_code;         //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
     145                    $arrRet['cv_type'] = $arrConvenience[$conveni_code];            //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
    146146                    $arrRet['cv_payment_url'] = $payment_url;   //ʧ¹þɼURL(PC) 
    147147                    $arrRet['cv_receipt_no'] = $receipt_no;     //ʧ¹þɼÈÖ¹æ 
     
    149149                //¥Õ¥¡¥ß¥ê¡¼¥Þ¡¼¥È 
    150150                case '21': 
    151                     $arrRet['cv_type'] = $conveni_code;         //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
     151                    $arrRet['cv_type'] = $arrConvenience[$conveni_code];            //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
    152152                    $arrRet['cv_company_code'] = $company_code; //´ë¶È¥³¡¼¥É 
    153153                    $arrRet['cv_order_no'] = $receipt_no;       //¼õÉÕÈÖ¹æ 
     
    155155                //¥í¡¼¥½¥ó 
    156156                case '31': 
    157                     $arrRet['cv_type'] = $conveni_code;         //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
     157                    $arrRet['cv_type'] = $arrConvenience[$conveni_code];            //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
    158158                    $arrRet['cv_receipt_no'] = $receipt_no;     //ʧ¹þɼÈÖ¹æ 
    159159                    $arrRet['cv_tel'] = $tel;                   //ÅÅÏÃÈÖ¹æ 
     
    161161                //¥»¥¤¥³¡¼¥Þ¡¼¥È 
    162162                case '32': 
    163                     $arrRet['cv_type'] = $conveni_code;         //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
     163                    $arrRet['cv_type'] = $arrConvenience[$conveni_code];            //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
    164164                    $arrRet['cv_receipt_no'] = $receipt_no;     //ʧ¹þɼÈÖ¹æ 
    165165                    $arrRet['cv_tel'] = $tel;                   //ÅÅÏÃÈÖ¹æ 
     
    167167                //¥ß¥Ë¥¹¥È¥Ã¥× 
    168168                case '33': 
    169                     $arrRet['cv_type'] = $conveni_code;         //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
     169                    $arrRet['cv_type'] = $arrConvenience[$conveni_code];            //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
    170170                    $arrRet['cv_payment_url'] = $payment_url;   //ʧ¹þɼURL 
    171171                    break; 
    172172                //¥Ç¥¤¥ê¡¼¥ä¥Þ¥¶¥­ 
    173173                case '34': 
    174                     $arrRet['cv_type'] = $conveni_code;         //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
     174                    $arrRet['cv_type'] = $arrConvenience[$conveni_code];            //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 
    175175                    $arrRet['cv_payment_url'] = $payment_url;   //ʧ¹þɼURL 
    176176                    break; 
Note: See TracChangeset for help on using the changeset viewer.