Ignore:
Timestamp:
2013/08/20 14:39:46 (11 years ago)
Author:
h_yoshimoto
Message:

#2348 r23084 - r23100 をマージ

File:
1 edited

Legend:

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

    r22975 r23105  
    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.