Ignore:
Timestamp:
2013/08/18 20:04:32 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0
タイポ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_CartSession.php

    r22975 r23085  
    335335     * 
    336336     * @param integer $product_type_id 商品種別ID 
    337      * @param integer $key  
     337     * @param integer $key 
    338338     * @return void 
    339339     * 
     
    706706        // MEMO: 税金計算は注文者の住所基準 
    707707        $results['tax'] = $this->getAllProductsTax($productTypeId, $order_pref, $order_country_id); 
    708         $results['subtotal'] = $this->getAllProductsTotal($productTypeId, $oder_pref, $order_country_id); 
     708        $results['subtotal'] = $this->getAllProductsTotal($productTypeId, $order_pref, $order_country_id); 
    709709        $results['deliv_fee'] = 0; 
    710710 
Note: See TracChangeset for help on using the changeset viewer.