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

Use the callback_metadata key when we send an email to a user_account #19638

Merged
merged 5 commits into from
Dec 3, 2024

Conversation

Thrillberg
Copy link
Contributor

Summary

This PR uses the callback_metadata key when we send an email from Simple Forms and do NOT have an email from the form data but we do have one from the user_account.

@va-vfs-bot va-vfs-bot temporarily deployed to use-callback-with-emails-with-user-account/main/main November 27, 2024 14:53 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to use-callback-with-emails-with-user-account/main/main November 27, 2024 15:20 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to use-callback-with-emails-with-user-account/main/main November 27, 2024 15:59 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to use-callback-with-emails-with-user-account/main/main November 27, 2024 16:53 Inactive
@Thrillberg Thrillberg marked this pull request as ready for review December 2, 2024 13:39
@Thrillberg Thrillberg requested review from a team as code owners December 2, 2024 13:39
pennja
pennja previously approved these changes Dec 2, 2024
Copy link
Contributor

@pennja pennja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@@ -127,7 +127,7 @@
subject.send(at: time)

expect(VANotify::UserAccountJob).to have_received(:perform_at).with(time, user_account.id, anything,
anything)
anything, anything, anything)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these variables be more specific?

@Thrillberg Thrillberg merged commit a5d9b45 into master Dec 3, 2024
25 checks passed
@Thrillberg Thrillberg deleted the use-callback-with-emails-with-user-account branch December 3, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants