Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/shopping/LC_Page_Shopping_Confirm.php

    r23055 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    5858     * @return void 
    5959     */ 
    60     function process() 
     60    public function process() 
    6161    { 
    6262        parent::process(); 
     
    7070     * @return void 
    7171     */ 
    72     function action() 
     72    public function action() 
    7373    { 
    7474        //決済処理中ステータスのロールバック 
     
    7777        $objPurchase->checkDbMyPendignOrder(); 
    7878        $objPurchase->checkDbAllPendingOrder(); 
    79          
     79 
    8080        $objCartSess = new SC_CartSession_Ex(); 
    8181        $objSiteSess = new SC_SiteSession_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.