diff --git a/lib/core/services/ApiService.dart b/lib/core/services/ApiService.dart index 230202f..ca6cbdf 100644 --- a/lib/core/services/ApiService.dart +++ b/lib/core/services/ApiService.dart @@ -86,8 +86,8 @@ class ApiService extends BaseService { print(hash); Map requestBody = {'login': login, 'hash': hash}; - //var response = await requestFormData('/halykpos/gettoken', requestBody, bodyEntry: true, posEndPoint: true, statusCheck: false); - var response = await requestFormData('/fortepos/test/gettoken', requestBody, bodyEntry: true, posEndPoint: true, statusCheck: false); + //var response = await requestFormData('/fortepos/test/gettoken', requestBody, bodyEntry: true, posEndPoint: true, statusCheck: false); + var response = await requestFormData('/fortepos/prod/gettoken', requestBody, bodyEntry: true, posEndPoint: true, statusCheck: false); print(response); return FortePosSession.fromJson(jsonDecode(response)); }