mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Return notification postage in response for .post_precompiled_letter_notification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user