Ignore:
Timestamp:
2013/09/03 17:18:10 (11 years ago)
Author:
h_yoshimoto
Message:

#1506 「決済処理中」受注データの実行フラグを追加

File:
1 edited

Legend:

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

    r23126 r23182  
    6969        //決済処理中ステータスのロールバック 
    7070        $objPurchase = new SC_Helper_Purchase_Ex(); 
    71         $objPurchase->checkSessionPendingOrder(); 
    72         $objPurchase->checkDbMyPendignOrder(); 
    73         $objPurchase->checkDbAllPendingOrder(); 
     71        $objPurchase->cancelPendingOrder(PENDING_ORDER_CANCEL_FLAG); 
    7472 
    7573        $objSiteSess = new SC_SiteSession_Ex(); 
    7674        $objCartSess = new SC_CartSession_Ex(); 
    7775        $objCustomer = new SC_Customer_Ex(); 
    78         $objPurchase = new SC_Helper_Purchase_Ex(); 
    7976        $objFormParam = new SC_FormParam_Ex(); 
    8077        $objAddress = new SC_Helper_Address_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.