Closed
Description
Currently neither the method naming nor the content is consistent.
For example
public function discountTax($store=null)
{
return $this->_config->discountTax($store);
}
vs
public function getTaxBasedOn($store = null)
{
return $this->_coreStoreConfig->getConfig(\Magento\Tax\Model\Config::CONFIG_XML_PATH_BASED_ON, $store);
}
Metadata
Metadata
Assignees
Labels
No labels