File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/Ui/Component/DataProvider Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,14 +178,14 @@ private function setConfirmationValue()
178
178
{
179
179
$ value = $ this ->getData (self ::$ confirmationAttributeCode );
180
180
$ websiteId = $ this ->getData (self ::$ websiteIdAttributeCode ) ?: $ this ->getData (self ::$ websiteAttributeCode );
181
- $ isConfirmationRequired = (bool )$ this ->scopeConfig ->getValue (
181
+ $ isConfirmRequired = (bool )$ this ->scopeConfig ->getValue (
182
182
AccountManagement::XML_PATH_IS_CONFIRM ,
183
183
ScopeInterface::SCOPE_WEBSITES ,
184
184
$ websiteId
185
185
);
186
186
187
187
$ valueText = __ ('Confirmation Not Required ' );
188
- if ($ isConfirmationRequired ) {
188
+ if ($ isConfirmRequired ) {
189
189
$ valueText = $ value === null ? __ ('Confirmed ' ) : __ ('Confirmation Required ' );
190
190
}
191
191
You can’t perform that action at this time.
0 commit comments