Ignore:
Timestamp:
2011/01/06 01:28:55 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php

    r19832 r19833  
    167167                $objSiteSess->setRegistFlag(); 
    168168                // お支払い方法選択ページへ移動 
    169                 $this->objDisplay->redirect($this->getLocation(URL_SHOP_PAYMENT, array(), true)); 
     169                $this->objDisplay->redirect($this->getLocation(SHOPPING_PAYMENT_URL_PATH, array(), true)); 
    170170                exit; 
    171171            // 別のお届け先がチェックされている場合 
     
    183183                    $objSiteSess->setRegistFlag(); 
    184184                    // お支払い方法選択ページへ移動 
    185                     $this->objDisplay->redirect($this->getLocation(URL_SHOP_PAYMENT, array(), true)); 
     185                    $this->objDisplay->redirect($this->getLocation(SHOPPING_PAYMENT_URL_PATH, array(), true)); 
    186186                    exit; 
    187187                } 
     
    194194        case 'return': 
    195195            // 確認ページへ移動 
    196             $this->objDisplay->redirect($this->getLocation(URL_CART_TOP, array(), true)); 
     196            $this->objDisplay->redirect($this->getLocation(CART_URL_PATH, array(), true)); 
    197197            exit; 
    198198            break; 
     
    326326                    $objSiteSess->setRegistFlag(); 
    327327                    // ダウンロード商品有りの場合は、支払方法画面に転送 
    328                     $this->objDisplay->redirect($this->getLocation(MOBILE_URL_SHOP_PAYMENT), array()); 
     328                    $this->objDisplay->redirect($this->getLocation(MOBILE_SHOPPING_PAYMENT_URL_PATH), array()); 
    329329                    exit; 
    330330                } 
    331331            } else { 
    332332                // ログインページに戻る 
    333                 $this->objDisplay->redirect($this->getLocation(MOBILE_URL_SHOP_TOP)); 
     333                $this->objDisplay->redirect($this->getLocation(MOBILE_SHOPPING_URL)); 
    334334                exit; 
    335335            } 
     
    368368                $objSiteSess->setRegistFlag(); 
    369369                // お支払い方法選択ページへ移動 
    370                 $this->objDisplay->redirect($this->getLocation(MOBILE_URL_SHOP_PAYMENT)); 
     370                $this->objDisplay->redirect($this->getLocation(MOBILE_SHOPPING_PAYMENT_URL_PATH)); 
    371371                exit; 
    372372            }else{ 
     
    391391                    $objSiteSess->setRegistFlag(); 
    392392                    // お支払い方法選択ページへ移動 
    393                     $this->objDisplay->redirect($this->getLocation(MOBILE_URL_SHOP_PAYMENT)); 
     393                    $this->objDisplay->redirect($this->getLocation(MOBILE_SHOPPING_PAYMENT_URL_PATH)); 
    394394                    exit; 
    395395                } 
     
    403403        case 'return': 
    404404            // 確認ページへ移動 
    405             $this->objDisplay->redirect($this->getLocation(MOBILE_URL_CART_TOP)); 
     405            $this->objDisplay->redirect($this->getLocation(MOBILE_CART_URL_PATH)); 
    406406            exit; 
    407407            break; 
Note: See TracChangeset for help on using the changeset viewer.