Skip to content

Commit 053cf91

Browse files
Merge pull request #10 from RoboLV/patch-1
Fix bug - when loggin , cant fetch cutomer data
2 parents 24c4a61 + 0300976 commit 053cf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Customer/ExtractCustomerData.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function execute(CustomerInterface $customer): array
7272
$isConfirmationRequired = $this->scopeConfig->isSetFlag(
7373
AccountConfirmation::XML_PATH_IS_CONFIRM,
7474
ScopeInterface::SCOPE_WEBSITES,
75-
$customer->getStoreId()
75+
$customer->getWebsiteId()
7676
);
7777

7878
$customerData['confirmation_required'] = $isConfirmationRequired;

0 commit comments

Comments
 (0)