Ignore:
Timestamp:
2013/08/11 18:54:12 (11 years ago)
Author:
h_yoshimoto
Message:

#1506 システムエラーが出ていたので、呼び出し方を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php

    r23027 r23055  
    6161    function action() 
    6262    { 
    63         //決済処理中ステータスのロールバック 
    64         SC_Helper_Purchase_Ex::checkSessionPendingOrder(); 
    65         SC_Helper_Purchase_Ex::checkDbMyPendignOrder(); 
    66         SC_Helper_Purchase_Ex::checkDbAllPendingOrder(); 
     63        //決済処理中ステータスのロールバック 
     64        $objPurchase = new SC_Helper_Purchase_Ex(); 
     65        $objPurchase->checkSessionPendingOrder(); 
     66        $objPurchase->checkDbMyPendignOrder(); 
     67        $objPurchase->checkDbAllPendingOrder(); 
    6768         
    6869        SC_Response_Ex::sendRedirect(DIR_INDEX_PATH); 
Note: See TracChangeset for help on using the changeset viewer.