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 ccea7c4 commit 0c14d88Copy full SHA for 0c14d88
app/code/Magento/LoginAsCustomerAssistance/Model/Config.php
@@ -42,7 +42,7 @@ public function getShoppingAssistanceCheckboxTitle(): string
42
{
43
return (string)$this->scopeConfig->getValue(
44
self::XML_PATH_SHOPPING_ASSISTANCE_CHECKBOX_TITLE,
45
- ScopeInterface::SCOPE_WEBSITE
+ ScopeInterface::SCOPE_STORE
46
);
47
}
48
@@ -53,7 +53,7 @@ public function getShoppingAssistanceCheckboxTooltip(): string
53
54
55
self::XML_PATH_SHOPPING_ASSISTANCE_CHECKBOX_TOOLTIP,
56
57
58
59
0 commit comments