From 14a28b52fe8efa866430351595af0a219af2cde9 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Tue, 28 Sep 2021 15:20:22 +0300 Subject: [PATCH] added right versionID --- .../services/authentication/authentication.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 250ab68f..abf44f46 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -142,7 +142,7 @@ export class AuthenticationService { } else { mobileType = 'android'; } - request.VersionID = 2.9; + request.VersionID = 3; request.Channel = 31; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType;