Skip to content

Commit

Permalink
[EN-6393] feat(form-inscription): add mail ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulEntourage committed Oct 5, 2023
1 parent 40e1fb8 commit 7fed093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/external-services/salesforce/salesforce.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -970,13 +970,11 @@ export class SalesforceService {
location,
phone,
workingRight,
tsPrescripteur
tsPrescripteur,
}: CandidateInscriptionLeadProps) {
const department = getDepartmentFromPostalCode(location);
const zone = getZoneFromDepartment(department);

console.log(tsPrescripteur);

const leadToCreate = {
firstName,
lastName,
Expand Down
1 change: 1 addition & 0 deletions tests/contacts/inscription-candidate-form.factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class InscriptionCandidateFormFactory
heardAbout: faker.random.objectElement(HeardAbout),
birthdate: faker.date.past(40),
infoCo: '',
tsPrescripteur: '',
};
return {
...fakeData,
Expand Down

0 comments on commit 7fed093

Please sign in to comment.