Skip to content

Commit

Permalink
Adding contacts to mailing list on Particulier just like Entreprise
Browse files Browse the repository at this point in the history
Signed-off-by: Samuelfaure <[email protected]>
  • Loading branch information
Samuelfaure committed Aug 11, 2023
1 parent b2c88d9 commit b61be83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/organizers/datapass_webhook/api_particulier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class APIParticulier < ApplicationOrganizer
organize ::DatapassWebhook::FindOrCreateUser,
::DatapassWebhook::FindOrCreateAuthorizationRequest,
::DatapassWebhook::CreateToken,
::DatapassWebhook::UpdateMailjetContacts
::DatapassWebhook::UpdateMailjetContacts,
::DatapassWebhook::ExtractMailjetVariables,
::DatapassWebhook::ScheduleAuthorizationRequestEmails
end
end

0 comments on commit b61be83

Please sign in to comment.