mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Provider Statistics added.
Rates command added with a test. Updated to include added migration.
This commit is contained in:
@@ -43,7 +43,7 @@ class MMGClient(SmsClient):
|
||||
super(SmsClient, self).__init__(*args, **kwargs)
|
||||
self.api_key = config.get('MMG_API_KEY')
|
||||
self.from_number = config.get('MMG_FROM_NUMBER')
|
||||
self.name = 'MMG'
|
||||
self.name = 'mmg'
|
||||
|
||||
def get_name(self):
|
||||
return self.name
|
||||
|
||||
Reference in New Issue
Block a user