mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Update error message, now includes the url where the service can add contact details.
This commit is contained in:
@@ -235,7 +235,10 @@ def process_document_uploads(personalisation_data, service, simulated=False):
|
||||
|
||||
personalisation_data = personalisation_data.copy()
|
||||
|
||||
check_if_service_can_send_files_by_email(authenticated_service.contact_link)
|
||||
check_if_service_can_send_files_by_email(
|
||||
service_contact_link=authenticated_service.contact_link,
|
||||
service_id=authenticated_service.id
|
||||
)
|
||||
|
||||
for key in file_keys:
|
||||
if simulated:
|
||||
|
||||
Reference in New Issue
Block a user