Skip to content

Commit fdef5e4

Browse files
authored
Merge pull request #7 from Vendic/quickfix/SWEHY-35
Quickfix for SWEHY-35
2 parents 48d5213 + 03179a1 commit fdef5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Observer/ConvertGuestToCustomer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private function sendPasswordResetEmail(string $email): void
8888
try {
8989
$this->accountManagement->initiatePasswordReset(
9090
$email,
91-
$this->newAccountConfig->getNewPasswordTemplate(),
91+
AccountManagement::EMAIL_RESET,
9292
$this->storeManager->getStore()->getWebsiteId()
9393
);
9494
} catch (Exception $e) {

0 commit comments

Comments
 (0)