mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
Bump utils to 23.0.0
Changes arguments to `SMSMessageTemplate` to better describe what they do.
This commit is contained in:
committed by
Athanasios Voutsadakis
parent
69e42b7a74
commit
32e19b6552
@@ -54,7 +54,7 @@ def send_sms_to_provider(notification):
|
|||||||
template_model.__dict__,
|
template_model.__dict__,
|
||||||
values=notification.personalisation,
|
values=notification.personalisation,
|
||||||
prefix=service.name,
|
prefix=service.name,
|
||||||
sender=sender_has_been_customised,
|
show_prefix=service.prefix_sms,
|
||||||
)
|
)
|
||||||
|
|
||||||
if service.research_mode or notification.key_type == KEY_TYPE_TEST:
|
if service.research_mode or notification.key_type == KEY_TYPE_TEST:
|
||||||
|
|||||||
Reference in New Issue
Block a user