Ignore:
Timestamp:
2008/02/15 22:04:04 (16 years ago)
Author:
satou
Message:

[ペイジェント決済モジュール]バージョンアップ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-1/data/downloads/module/mdl_paygent/mdl_paygent.inc

    r17012 r17063  
    531531        $arrMemo['receipt_number'] = sfSetConvMSG($receipt_num_name, $arrRes[0]['receipt_number']); 
    532532        // ʧ¹þɼURL(PC) ¡§ ¥»¥Ö¥ó¥¤¥ì¥Ö¥ó¤Î¾ì¹ç¤Î¤ßʧ¹þɼURL¤¬Í­¸ú¤Ê¤Î¤Çɽ¼¨¤¹¤ë¡£ 
    533         if($arrRes[0]['receipt_print_url'] != "" && $arrInput['cvs_company_id'] == CODE_SEVENELEVEN) { 
     533        if($arrInput['cvs_company_id'] == CODE_SEVENELEVEN && !GC_MobileUserAgent::isMobile()) { 
    534534            $arrMemo['receipt_print_url'] = sfSetConvMSG("ʧ¹þɼURL", $arrRes[0]['receipt_print_url']); 
    535535        } 
     
    555555        } else { 
    556556            $arrMemo['help_url'] = sfSetConvMSG("¤ª»ÙʧÊýË¡¤ÎÀâÌÀ", "http://www.paygent.co.jp/service/pay_cvs.html"); 
    557         }  
    558                  
     557        } 
    559558        // ¼õÃí¥Æ¡¼¥Ö¥ë¤ËÊݸ 
    560559        $arrVal["memo02"] = serialize($arrMemo); 
     
    577576            $arrMemo['help_url'] = sfSetConvMSG("¤ª»ÙʧÊýË¡¤ÎÀâÌÀ", "http://www.paygent.co.jp/service/pay_atm.html"); 
    578577        } 
    579          
    580578        // ¼õÃí¥Æ¡¼¥Ö¥ë¤ËÊݸ 
    581579        $arrVal["memo02"] = serialize($arrMemo); 
Note: See TracChangeset for help on using the changeset viewer.