diff --git a/src/sync/sync.py b/src/sync/sync.py index 22bcdb7..b10b8e1 100644 --- a/src/sync/sync.py +++ b/src/sync/sync.py @@ -3,7 +3,7 @@ from requests.exceptions import HTTPError from json.decoder import JSONDecodeError -SYNC_API_URL = 'https://sync.paybook.com/v1' +SYNC_API_URL = 'https://opendata-api.syncfy.com/v1' class Sync(): @staticmethod @@ -87,4 +87,4 @@ def get_json(self): 'response': self.response, 'message': self.message, 'status': self.status -} # End of return \ No newline at end of file +} # End of return