Return notification postage in response for .post_precompiled_letter_notification

This commit is contained in:
Pea Tyczynska
2019-01-16 16:57:57 +00:00
parent 276a9a3828
commit 9ab97d3481
2 changed files with 3 additions and 2 deletions

View File

@@ -94,7 +94,8 @@ def post_precompiled_letter_notification():
resp = {
'id': notification.id,
'reference': notification.client_reference
'reference': notification.client_reference,
'postage': notification.postage
}
return jsonify(resp), 201