We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24c4a61 + 0300976 commit 053cf91Copy full SHA for 053cf91
src/Model/Customer/ExtractCustomerData.php
@@ -72,7 +72,7 @@ public function execute(CustomerInterface $customer): array
72
$isConfirmationRequired = $this->scopeConfig->isSetFlag(
73
AccountConfirmation::XML_PATH_IS_CONFIRM,
74
ScopeInterface::SCOPE_WEBSITES,
75
- $customer->getStoreId()
+ $customer->getWebsiteId()
76
);
77
78
$customerData['confirmation_required'] = $isConfirmationRequired;
0 commit comments