Bump utils to 23.0.0

Changes arguments to `SMSMessageTemplate` to better describe what they
do.
This commit is contained in:
Chris Hill-Scott
2017-11-16 13:24:33 +00:00
committed by Athanasios Voutsadakis
parent 69e42b7a74
commit 32e19b6552

View File

@@ -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: