Exemple #1
0
 /**
  * Check if weee amount includes tax already
  * Returns true if weee is taxable and catalog price includes tax
  *
  * @param   null|string|bool|int|Store $store
  * @return  bool
  */
 public function isTaxIncluded($store = null)
 {
     return $this->_weeeConfig->isTaxIncluded($store);
 }