@@ -336,6 +336,9 @@ |
||
336 | 336 | return false; |
337 | 337 | } |
338 | 338 | |
339 | + /** |
|
340 | + * @return \Money\Sums |
|
341 | + */ |
|
339 | 342 | public function deliverySum() { |
340 | 343 | $sum = new \Money\Sums([]); |
341 | 344 | if ($this->delivery && $this->needDelivery()) { |