Add upload pdf to test-letters bucket

- triggered when sending a precompiled letter using a test key
This commit is contained in:
Ken Tsang
2018-03-14 18:16:43 +00:00
parent c4e1d56492
commit d3537cca74
2 changed files with 33 additions and 2 deletions

View File

@@ -265,6 +265,8 @@ def process_letter_notification(*, letter_data, api_key, template, reply_to_text
queue=QueueNames.RESEARCH_MODE
)
else:
if precompiled and api_key.key_type == KEY_TYPE_TEST:
upload_letter_pdf(notification, letter_content, is_test_letter=True)
update_notification_status_by_reference(notification.reference, NOTIFICATION_DELIVERED)
return notification