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