diff --git a/Model/AbstractConfig.php b/Model/AbstractConfig.php index 2f4ead7..f368f52 100644 --- a/Model/AbstractConfig.php +++ b/Model/AbstractConfig.php @@ -170,7 +170,7 @@ public function getValue($key, $storeId = null) $underscored = strtolower(preg_replace('/(.)([A-Z])/', "$1_$2", $key)); $path = $this->_getSpecificConfigPath($underscored); if ($path !== null) { - $value = $this->_scopeConfig->getValue( + $value = $this->scopeConfig->getValue( $path, ScopeInterface::SCOPE_STORE, $storeId??$this->storeId