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/products/LC_Page_Products_Detail.php

    r23027 r23055  
    9999    function action() 
    100100    { 
    101         //決済処理中ステータスのロールバック 
    102         SC_Helper_Purchase_Ex::checkSessionPendingOrder(); 
    103         SC_Helper_Purchase_Ex::checkDbMyPendignOrder(); 
    104         SC_Helper_Purchase_Ex::checkDbAllPendingOrder(); 
     101        //決済処理中ステータスのロールバック 
     102        $objPurchase = new SC_Helper_Purchase_Ex(); 
     103        $objPurchase->checkSessionPendingOrder(); 
     104        $objPurchase->checkDbMyPendignOrder(); 
     105        $objPurchase->checkDbAllPendingOrder(); 
    105106         
    106107        // 会員クラス 
Note: See TracChangeset for help on using the changeset viewer.