WIP: adding delivery receipt endpoint for mmg

This commit is contained in:
Rebecca Law
2016-04-04 15:02:21 +01:00
parent 69697388d7
commit 2ba12da77d
5 changed files with 53 additions and 6 deletions

View File

@@ -9,8 +9,6 @@ from requests import request, RequestException, HTTPError
from app.clients import ClientResponse, STATISTICS_DELIVERED, STATISTICS_FAILURE
logger = logging.getLogger(__name__)
class FiretextResponses(ClientResponse):
def __init__(self):
ClientResponse.__init__(self)