Skip to content

Commit

Permalink
SC_CartSession::getAllProductsPoint() で Warning 発生 EC-CUBE#85
Browse files Browse the repository at this point in the history
  • Loading branch information
seasoftjapan committed Feb 12, 2016
1 parent 94d9512 commit 49d3bcf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/class/SC_CartSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 49d3bcf

Please sign in to comment.