Skip to content

Commit

Permalink
Changed email destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Howes committed May 26, 2021
1 parent 72e1c68 commit 627f44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private CommunicationRequest GetRejectedVacancyCommunicationRequest(long vacancy
{
var communicationRequest = new CommunicationRequest(
CommunicationConstants.RequestType.VacancyRejectedByEmployer,
CommunicationConstants.ParticipantResolverNames.VacancyParticipantsResolverName,
CommunicationConstants.ParticipantResolverNames.ProviderParticipantsResolverName,
CommunicationConstants.ServiceName);
communicationRequest.AddEntity(CommunicationConstants.EntityTypes.Vacancy, vacancyReference);
communicationRequest.AddEntity(CommunicationConstants.EntityTypes.ApprenticeshipServiceUrl, vacancyReference);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private CommunicationRequest GetReviewedVacancyCommunicationRequest(long vacancy
{
var communicationRequest = new CommunicationRequest(
CommunicationConstants.RequestType.VacancySubmittedForReview,
CommunicationConstants.ParticipantResolverNames.VacancyParticipantsResolverName,
CommunicationConstants.ParticipantResolverNames.EmployerParticipantsResolverName,
CommunicationConstants.ServiceName);
communicationRequest.AddEntity(CommunicationConstants.EntityTypes.Vacancy, vacancyReference);
communicationRequest.AddEntity(CommunicationConstants.EntityTypes.ApprenticeshipServiceUrl, vacancyReference);
Expand Down

0 comments on commit 627f44a

Please sign in to comment.