mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
WIP: adding delivery receipt endpoint for mmg
This commit is contained in:
@@ -143,6 +143,13 @@ def is_not_a_notification(source):
|
||||
return False
|
||||
|
||||
|
||||
@notifications.route('/notifications/sms/mmg', methods=['POST'])
|
||||
def process_mmg_response():
|
||||
print('here')
|
||||
current_app.logger.info('MMG client callback json{}'.format(request.json))
|
||||
current_app.logger.info('MMG client callback form{}'.format(request.form))
|
||||
|
||||
|
||||
@notifications.route('/notifications/sms/firetext', methods=['POST'])
|
||||
def process_firetext_response():
|
||||
if 'status' not in request.form:
|
||||
|
||||
Reference in New Issue
Block a user