Skip to content

Commit 0c14d88

Browse files
ejaz-alamengcom-Dash
authored andcommitted
Scope change to store
1 parent ccea7c4 commit 0c14d88

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/LoginAsCustomerAssistance/Model

1 file changed

+2
-2
lines changed

app/code/Magento/LoginAsCustomerAssistance/Model/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function getShoppingAssistanceCheckboxTitle(): string
4242
{
4343
return (string)$this->scopeConfig->getValue(
4444
self::XML_PATH_SHOPPING_ASSISTANCE_CHECKBOX_TITLE,
45-
ScopeInterface::SCOPE_WEBSITE
45+
ScopeInterface::SCOPE_STORE
4646
);
4747
}
4848

@@ -53,7 +53,7 @@ public function getShoppingAssistanceCheckboxTooltip(): string
5353
{
5454
return (string)$this->scopeConfig->getValue(
5555
self::XML_PATH_SHOPPING_ASSISTANCE_CHECKBOX_TOOLTIP,
56-
ScopeInterface::SCOPE_WEBSITE
56+
ScopeInterface::SCOPE_STORE
5757
);
5858
}
5959
}

0 commit comments

Comments
 (0)