Fix the from number in the post_sms_response. If the service.sms_sender is not set the FROM_NUMBER from the config is returned, which is the default for the notification.

This commit is contained in:
Rebecca Law
2016-12-12 15:07:03 +00:00
parent 32a21bfd3a
commit 9973d74d09
3 changed files with 6 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ sms_content = {
"body": {"type": "string"},
"from_number": {"type": "string"}
},
"required": ["body"]
"required": ["body", "from_number"]
}
post_sms_response = {