Beispiel #1
0
 public function getTotal()
 {
     return $this->cart->total() + $this->cart->icann() - $this->cart->getDiscount();
 }