@@ -91,7 +91,7 @@ |
||
91 | 91 | * @param integer $pointRate ポイント付与率(%) |
92 | 92 | * @param integer $price 単価 |
93 | 93 | * @param integer $quantity 数量 |
94 | - * @return integer additional point |
|
94 | + * @return double additional point |
|
95 | 95 | */ |
96 | 96 | protected function priceToAddPoint($pointRate, $price, $quantity) |
97 | 97 | { |