mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Rename NOTIFY_FROM_NUMBER to MMG_FROM_NUMBER, there should be a separate short code per provider.
This commit is contained in:
@@ -41,7 +41,7 @@ class MMGClient(SmsClient):
|
||||
def init_app(self, config, *args, **kwargs):
|
||||
super(SmsClient, self).__init__(*args, *kwargs)
|
||||
self.api_key = config.get('MMG_API_KEY')
|
||||
self.from_number = config.get('NOTIFY_FROM_NUMBER')
|
||||
self.from_number = config.get('MMG_FROM_NUMBER')
|
||||
self.name = 'MMG'
|
||||
|
||||
def get_name(self):
|
||||
|
||||
Reference in New Issue
Block a user