Changeset 16907


Ignore:
Timestamp:
2007/12/12 16:24:36 (19 years ago)
Author:
satou
Message:

[イプシロン決済]
モバイル時の完了ページがPC用になっている。
一応require.phpでリダイレクトしていますが、修正しておきます。

Location:
branches/beta/data/downloads/module/mdl_epsilon
Files:
2 edited

Legend:

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

    r16799 r16907  
    7272    // ´°Î»²èÌ̤ؠ
    7373    if (is_callable("GC_MobileUserAgent", "isMobile") && GC_MobileUserAgent::isMobile()) { 
    74         header("Location: " .  gfAddSessionId(URL_SHOP_COMPLETE)); 
     74        header("Location: " .  gfAddSessionId(MOBILE_URL_SHOP_COMPLETE)); 
    7575    } else { 
    7676        header("Location: " .  URL_SHOP_COMPLETE); 
  • branches/beta/data/downloads/module/mdl_epsilon/convenience.php

    r16799 r16907  
    7575        // ³Îǧ¥Ú¡¼¥¸¤Ø°Üư 
    7676        if (is_callable("GC_MobileUserAgent", "isMobile") && GC_MobileUserAgent::isMobile()) { 
    77             header("Location: " . gfAddSessionId(URL_SHOP_CONFIRM)); 
     77            header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_CONFIRM)); 
    7878        } else { 
    7979            header("Location: " . URL_SHOP_CONFIRM); 
     
    215215 
    216216                if (is_callable("GC_MobileUserAgent", "isMobile") && GC_MobileUserAgent::isMobile()) { 
    217                     header("Location: " . gfAddSessionId(URL_SHOP_COMPLETE)); 
     217                    header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_COMPLETE)); 
    218218                } else { 
    219219                    header("Location: " . URL_SHOP_COMPLETE); 
Note: See TracChangeset for help on using the changeset viewer.