Skip to content

Commit

Permalink
Added ein to ProviderApplicationPreparer
Browse files Browse the repository at this point in the history
  • Loading branch information
enyia21 committed Jan 9, 2025
1 parent a9d3a84 commit 22b04cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ private Map<String, SubmissionField> prepareProviderResponse(Submission submissi
"providerIdentityCheckSSN",
"providerConviction",
"providerConvictionExplanation",
"providerIdentityCheckDateOfBirthDate"
"providerIdentityCheckDateOfBirthDate",
"providerTaxIdEIN"
);

Submission providerSubmission = providerSubmissionFromId(submission).get();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/pdf-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ inputFields:
providerResponseContactEmail: PROVIDER_EMAIL
providerLicenseNumber: PROVIDER_LICENSE_NUMBER
providerType: PROVIDER_TYPE
providerIdentityCheckSSN: PROVIDER_SSN
providerConviction: PROVIDER_CONVICTION
providerConvictionExplanation: PROVIDER_CONVICTION_EXPLANATION
providerIdentityCheckDateOfBirthDate: PROVIDER_DOB
providerSSN: PROVIDER_SSN
providerSignature: PROVIDER_SIGNATURE
providerTaxIdEIN: PROVIDER_FEIN
providerSignatureDate: PROVIDER_SIGNATURE_DATE
clientResponseConfirmationCode: APPLICATION_CONFIRMATION_CODE

Expand Down

0 comments on commit 22b04cc

Please sign in to comment.