tax() public méthode

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