mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Remove firetext and mmg from inbound SMS options
This commit is contained in:
@@ -1116,12 +1116,10 @@ class TemplateHistory(TemplateBase):
|
||||
)
|
||||
|
||||
|
||||
MMG_PROVIDER = "mmg"
|
||||
FIRETEXT_PROVIDER = "firetext"
|
||||
SNS_PROVIDER = 'sns'
|
||||
SES_PROVIDER = 'ses'
|
||||
|
||||
SMS_PROVIDERS = [MMG_PROVIDER, FIRETEXT_PROVIDER, SNS_PROVIDER]
|
||||
SMS_PROVIDERS = [SNS_PROVIDER]
|
||||
EMAIL_PROVIDERS = [SES_PROVIDER]
|
||||
PROVIDERS = SMS_PROVIDERS + EMAIL_PROVIDERS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user