Skip to content

Commit

Permalink
feat: use new endpoint for EXTERNAL_ONBOARDING_URL in email
Browse files Browse the repository at this point in the history
  • Loading branch information
yolile committed Oct 23, 2024
1 parent 46e7a2d commit 23281ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def send(
}

if application.lender.external_onboarding_url:
parameters["EXTERNAL_ONBOARDING_URL"] = application.lender.external_onboarding_url
parameters["EXTERNAL_ONBOARDING_URL"] = f"{base_application_url}/access-external-onboarding"
template_name = "submission_completed_external_onboarding"

case MessageType.NEW_APPLICATION_OCP:
Expand Down

0 comments on commit 23281ca

Please sign in to comment.