We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6329fe commit f3fc159Copy full SHA for f3fc159
app/code/Magento/StoreGraphQl/Controller/HttpHeaderProcessor/StoreProcessor.php
@@ -82,7 +82,7 @@ public function processHeaderValue(string $headerValue): void
82
$storeCode = ltrim(rtrim($headerValue));
83
try {
84
$this->localeResolver->emulate($this->storeManager->getStore($storeCode)->getId());
85
- // $this->storeManager->getStore($storeCode) throws error with non existing stores
+ // $this->storeManager->getStore($storeCode) throws error with non existing stores
86
// and logged in the catch
87
$this->storeManager->setCurrentStore($storeCode);
88
$this->updateContext($storeCode);
0 commit comments