mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 16:31:15 -05:00
Allow users to set postage per precompiled letter
This commit is contained in:
@@ -20,6 +20,7 @@ def create_letter_notification(letter_data, template, api_key, status, reply_to_
|
||||
client_reference=letter_data.get('reference'),
|
||||
status=status,
|
||||
reply_to_text=reply_to_text,
|
||||
billable_units=billable_units
|
||||
billable_units=billable_units,
|
||||
postage=letter_data.get('postage')
|
||||
)
|
||||
return notification
|
||||
|
||||
Reference in New Issue
Block a user