Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -87,4 +87,4 @@ def get_json(self):
'response': self.response,
'message': self.message,
'status': self.status
} # End of return
} # End of return