Skip to content

Commit

Permalink
Merge pull request #2609 from hethehe/patch-8
Browse files Browse the repository at this point in the history
make password reset notification store aware
  • Loading branch information
dpfaffenbauer committed Apr 21, 2024
2 parents 7873569 + c496bf9 commit 512b4f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ private function prepareUserParameters(UserInterface $user): array
{
return [
'_locale' => $this->shopperContext->getLocaleCode(),
'store_id' => $this->shopperContext->getStore()->getId(),
'recipient' => $user->getCustomer()->getEmail(),
'gender' => $user->getCustomer()->getGender(),
'firstname' => $user->getCustomer()->getFirstname(),
Expand Down

0 comments on commit 512b4f4

Please sign in to comment.