From 6e189227749f8969f75337e8aae960c16ab1e6e2 Mon Sep 17 00:00:00 2001 From: Amine Yaakoubi Date: Mon, 25 Sep 2023 14:47:45 +0100 Subject: [PATCH 1/2] Update AbstractConfig.php --- Model/AbstractConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 51c03752ca947d89db0530d57d15cf53aeed3732 Mon Sep 17 00:00:00 2001 From: Mikel Date: Tue, 3 Oct 2023 11:11:46 +0200 Subject: [PATCH 2/2] Version bump --- etc/module.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/module.xml b/etc/module.xml index 64f0f2a..42809a8 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -5,7 +5,7 @@ */ --> - +