Ignore:
Timestamp:
2007/03/28 15:05:09 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/data/downloads/module/mdl_epsilon/card.php

    r11730 r11984  
    6363    $arrVal["memo02"] = serialize($arrMemo); 
    6464 
     65    // ·èºÑÁ÷¿®¥Ç¡¼¥¿ºîÀ® 
     66    $arrModule['module_id'] = MDL_EPSILON_ID; 
     67    $arrModule['payment_total'] = $arrPayment[0]["payment_total"]; 
     68    $arrModule['payment_id'] = PAYMENT_CREDIT_ID; 
     69    $arrVal["memo05"] = serialize($arrModule); 
     70 
    6571    // ¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë¹¹¿· 
    6672    sfRegistTempOrder($uniqid, $arrVal); 
    6773 
    6874    // ´°Î»²èÌ̤ؠ
    69     header("Location: " .  URL_SHOP_COMPLETE); 
     75    if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 
     76        header("Location: " .  gfAddSessionId(URL_SHOP_COMPLETE)); 
     77    } else { 
     78        header("Location: " .  URL_SHOP_COMPLETE); 
     79    } 
    7080} 
    7181 
     
    124134        $objSiteSess->setRegistFlag(); 
    125135         
     136        // ·ÈÂÓüËö¤Î¾ì¹ç¤Ï¡¢¥»¥Ã¥·¥ç¥óID¡¦¥ª¡¼¥À¡¼Èֹ桦Ìá¤Ã¤Æ¤¯¤ëURL¤òÊݸ¤·¤Æ¤ª¤¯¡£ 
     137        if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 
     138            sfMobileSetExtSessionId('order_number', $arrData['order_id'], 'shopping/load_payment_module.php'); 
     139            sfMobileSetExtSessionId('order_number', $arrData['order_id'], 'shopping/confirm.php'); 
     140        } 
     141 
    126142        $url = sfGetXMLValue($arrXML,'RESULT','REDIRECT'); 
    127143        header("Location: " . $url); 
Note: See TracChangeset for help on using the changeset viewer.