From 49d3bcf6ecbb126f6c60a2ff76b2510945dad446 Mon Sep 17 00:00:00 2001 From: Seasoft Date: Fri, 12 Feb 2016 10:42:25 +0900 Subject: [PATCH] =?UTF-8?q?SC=5FCartSession::getAllProductsPoint()=20?= =?UTF-8?q?=E3=81=A7=20Warning=20=E7=99=BA=E7=94=9F=20#85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/class/SC_CartSession.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/class/SC_CartSession.php b/data/class/SC_CartSession.php index 7e89c3e962..100e6d01ac 100644 --- a/data/class/SC_CartSession.php +++ b/data/class/SC_CartSession.php @@ -233,9 +233,6 @@ public function getAllProductsPoint($productTypeId) } $point_rate = $this->cartSession[$productTypeId][$i]['point_rate']; - if (!isset($this->cartSession[$productTypeId][$i]['id'][0])) { - $this->cartSession[$productTypeId][$i]['id'][0] = ''; - } $point = SC_Utils_Ex::sfPrePoint($price, $point_rate); $total+= ($point * $quantity); }