mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
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:
@@ -148,7 +148,7 @@ sms_content = {
|
||||
"body": {"type": "string"},
|
||||
"from_number": {"type": "string"}
|
||||
},
|
||||
"required": ["body"]
|
||||
"required": ["body", "from_number"]
|
||||
}
|
||||
|
||||
post_sms_response = {
|
||||
|
||||
Reference in New Issue
Block a user