Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make password reset notification store aware #2609

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

hethehe
Copy link
Contributor

@hethehe hethehe commented Apr 19, 2024

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets none

There is an error if you use the password reset notification with store based emails.
Message with ID "62164" of Class "CoreShop\Component\Notification\Messenger\NotificationMessage" failed. Redelivery tried at "2024-04-19 11:47:40". Error was: "StoreMailActionProcessor: Store is not set."
=> That's because the Customer is not an instance of StoreAwareInterface.

With this PR the store_id is added to the rules parameters.

@dpfaffenbauer dpfaffenbauer self-requested a review April 20, 2024 11:37
@dpfaffenbauer dpfaffenbauer added this to the 4.0.6 milestone Apr 20, 2024
@dpfaffenbauer
Copy link
Member

something is breaking the behat tests, I am pretty certain its not your change. I will check next week

@dpfaffenbauer
Copy link
Member

reason this fails is this: #2612. Your PR is fine, thanks @hethehe

@dpfaffenbauer dpfaffenbauer merged commit 512b4f4 into coreshop:4.0 Apr 21, 2024
272 of 276 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants