mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Use MMG client for send-sms
This commit is contained in:
@@ -42,7 +42,7 @@ class MMGClient(SmsClient):
|
||||
super(SmsClient, self).__init__(*args, *kwargs)
|
||||
self.api_key = config.get('MMG_API_KEY')
|
||||
self.from_number = config.get('NOTIFY_FROM_NUMBER')
|
||||
self.name = 'mmg'
|
||||
self.name = 'MMG'
|
||||
|
||||
def get_name(self):
|
||||
return self.name
|
||||
|
||||
Reference in New Issue
Block a user