You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}