Changeset 15204 for branches


Ignore:
Timestamp:
2007/08/04 22:13:15 (17 years ago)
Author:
naka
Message:
 
Location:
branches/feature-module-paygent/data/downloads/module/mdl_paygent
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_atm.php

    r15195 r15204  
    2525$objSiteInfo = $objView->objSiteInfo; 
    2626$arrInfo = $objSiteInfo->data; 
     27 
     28if (GC_MobileUserAgent::isMobile()) { 
     29    print("ATM·èºÑ¤Ï¡¢¤´»ÈÍѤε¡¼ï¤Ë¤ÏÂбþ¤·¤Æ¤ª¤ê¤Þ¤»¤ó¡£"); 
     30    exit; 
     31} 
     32 
    2733// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    2834$objFormParam = new SC_FormParam(); 
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_bank.php

    r15195 r15204  
    2525$objSiteInfo = $objView->objSiteInfo; 
    2626$arrInfo = $objSiteInfo->data; 
     27 
     28if (GC_MobileUserAgent::isMobile()) { 
     29    print("¶ä¹Ô¥Í¥Ã¥È·èºÑ¤Ï¡¢¤´»ÈÍѤε¡¼ï¤Ë¤ÏÂбþ¤·¤Æ¤ª¤ê¤Þ¤»¤ó¡£"); 
     30    exit; 
     31} 
     32 
    2733// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    2834$objFormParam = new SC_FormParam(); 
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_conveni.php

    r15203 r15204  
    2828$objFormParam = new SC_FormParam(); 
    2929 
     30if (GC_MobileUserAgent::isMobile()) { 
     31    print("¥³¥ó¥Ó¥Ë·èºÑ¤Ï¡¢¤´»ÈÍѤε¡¼ï¤Ë¤ÏÂбþ¤·¤Æ¤ª¤ê¤Þ¤»¤ó¡£"); 
     32    exit; 
     33} 
     34 
    3035// °ì»þ¼õÃí¥Æ¡¼¥Ö¥ë¤ÎÆɹþ 
    3136$arrData = sfGetOrderTemp($uniqid); 
     
    4146// ¥«¡¼¥È½¸·×¤ò¸µ¤ËºÇ½ª·×»» 
    4247$arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo); 
    43  
    44 if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 
    45     print("¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬¡¢¤´»ÈÍѤε¡¼ï¤Ë¤ÏÂбþ¤·¤Æ¤ª¤ê¤Þ¤»¤ó¡£"); 
    46     exit; 
    47 } else { 
    48     print("nn"); 
    49 } 
    5048 
    5149switch($_POST['mode']) { 
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_credit.php

    r15195 r15204  
    2525$objSiteInfo = $objView->objSiteInfo; 
    2626$arrInfo = $objSiteInfo->data; 
     27 
     28if (GC_MobileUserAgent::isMobile()) { 
     29    print("¥¯¥ì¥¸¥Ã¥È·èºÑ¤Ï¡¢¤´»ÈÍѤε¡¼ï¤Ë¤ÏÂбþ¤·¤Æ¤ª¤ê¤Þ¤»¤ó¡£"); 
     30    exit; 
     31} 
    2732 
    2833// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
Note: See TracChangeset for help on using the changeset viewer.