Merge pull request #2293 from alphagov/choose_postage_for_precompiled

Choose postage on POST request for precompiled letters
This commit is contained in:
Pea (Malgorzata Tyczynska)
2019-01-16 14:13:26 +00:00
committed by GitHub
10 changed files with 105 additions and 48 deletions

View File

@@ -307,6 +307,7 @@ def save_letter(
saved_notification = persist_notification(
template_id=notification['template'],
template_version=notification['template_version'],
template_postage=template.postage,
recipient=recipient,
service=service,
personalisation=notification['personalisation'],