Index: /branches/version-2_13-dev/data/class/SC_CartSession.php
===================================================================
--- /branches/version-2_13-dev/data/class/SC_CartSession.php	(revision 22975)
+++ /branches/version-2_13-dev/data/class/SC_CartSession.php	(revision 23085)
@@ -335,5 +335,5 @@
      *
      * @param integer $product_type_id 商品種別ID
-     * @param integer $key 
+     * @param integer $key
      * @return void
      *
@@ -706,5 +706,5 @@
         // MEMO: 税金計算は注文者の住所基準
         $results['tax'] = $this->getAllProductsTax($productTypeId, $order_pref, $order_country_id);
-        $results['subtotal'] = $this->getAllProductsTotal($productTypeId, $oder_pref, $order_country_id);
+        $results['subtotal'] = $this->getAllProductsTotal($productTypeId, $order_pref, $order_country_id);
         $results['deliv_fee'] = 0;
 
