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/cart/LC_Page_Cart.php

    r23027 r23055  
    7474    function action() 
    7575    { 
    76         //決済処理中ステータスのロールバック 
    77         SC_Helper_Purchase_Ex::checkSessionPendingOrder(); 
    78         SC_Helper_Purchase_Ex::checkDbMyPendignOrder(); 
    79         SC_Helper_Purchase_Ex::checkDbAllPendingOrder(); 
     76        //決済処理中ステータスのロールバック 
     77        $objPurchase = new SC_Helper_Purchase_Ex(); 
     78        $objPurchase->checkSessionPendingOrder(); 
     79        $objPurchase->checkDbMyPendignOrder(); 
     80        $objPurchase->checkDbAllPendingOrder(); 
    8081         
    8182        $objCartSess = new SC_CartSession_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.