Ignore:
Timestamp:
2011/02/28 19:48:28 (13 years ago)
Author:
shutta
Message:

SC_CartSessionクラスのclass_extends対応。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_Purchase.php

    r20442 r20444  
    5757        $objQuery =& SC_Query::getSingletonInstance(); 
    5858        $objSiteSession = new SC_SiteSession(); 
    59         $objCartSession = new SC_CartSession(); 
     59        $objCartSession = new SC_CartSession_Ex(); 
    6060        $objCustomer = new SC_Customer(); 
    6161        $customerId = $objCustomer->getValue('customer_id'); 
Note: See TracChangeset for help on using the changeset viewer.