From c7eacc7ece7398b61a13d3fc09ea7ea449069a71 Mon Sep 17 00:00:00 2001 From: choudhry masood Date: Wed, 14 Dec 2022 10:39:50 +0300 Subject: [PATCH] fixed sfh running issues --- .../services/authentication/authentication.service.ts | 4 ++-- .../app/hmg-common/services/connector/connector.service.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 7a6413ae..e0b802bc 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -142,8 +142,8 @@ export class AuthenticationService { } else { mobileType = 'android'; } - request.VersionID = 3.2; - request.Channel = 43; + request.VersionID = 3.9; + request.Channel = 31; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType; diff --git a/Mohem/src/app/hmg-common/services/connector/connector.service.ts b/Mohem/src/app/hmg-common/services/connector/connector.service.ts index ca8275ff..493a3c78 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -27,8 +27,8 @@ export class ConnectorService { public static retryTimes = 0; public static timeOut = 180 * 1000; - public static host = 'http://10.10.150.249:1234/'; - // public static host = 'https://uat.hmgwebservices.com/'; + // public static host = 'http://10.10.150.249:1234/'; + public static host = 'https://uat.hmgwebservices.com/'; // public static host = 'https://hmgwebservices.com/';