mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 08:45:16 -05:00
Update mmg send_sms to include cid and request headers
Use mmg to send_sms
This commit is contained in:
@@ -320,7 +320,7 @@ def send_sms_code(encrypted_verification):
|
||||
mmg_client.send_sms(validate_and_format_phone_number(verification_message['to']),
|
||||
verification_message['secret_code'],
|
||||
'send-sms-code')
|
||||
except Exception as e:
|
||||
except MMGClientException as e:
|
||||
current_app.logger.exception(e)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user