Skip to content

Commit

Permalink
Merge pull request #7 from Vendic/quickfix/SWEHY-35
Browse files Browse the repository at this point in the history
Quickfix for SWEHY-35
  • Loading branch information
Tjitse-E committed Oct 10, 2023
2 parents 48d5213 + 03179a1 commit fdef5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Observer/ConvertGuestToCustomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private function sendPasswordResetEmail(string $email): void
try {
$this->accountManagement->initiatePasswordReset(
$email,
$this->newAccountConfig->getNewPasswordTemplate(),
AccountManagement::EMAIL_RESET,
$this->storeManager->getStore()->getWebsiteId()
);
} catch (Exception $e) {
Expand Down

0 comments on commit fdef5e4

Please sign in to comment.