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 a267e2f commit 407c930Copy full SHA for 407c930
app/code/Magento/Customer/Model/EmailNotification.php
@@ -316,7 +316,7 @@ public function passwordReminder(CustomerInterface $customer)
316
{
317
$storeId = $customer->getStoreId();
318
if (!$storeId) {
319
- $storeId = $this->getWebsiteStoreId($customer);;
+ $storeId = $this->getWebsiteStoreId($customer);
320
}
321
322
$customerEmailData = $this->getFullCustomerObject($customer);
0 commit comments