tax() public method

Get the cart tax.
public tax ( ) : float
return float
Beispiel #1
0
 public function getTotalTaxes()
 {
     return $this->cart->tax();
 }