nfc completed on production

mohemm-issues-18-jan
umasoodch 5 years ago
parent 1f3fd3d032
commit 0816b3af40

@ -160,6 +160,7 @@ export class AttendScanService {
console.log('response');
console.log(result);
this.common.presentAlert(this.ts.trPK('home', 'swipeAlertSuccess'));
this.common.openHome();
}
});
}

@ -134,7 +134,7 @@ export class AuthenticationService {
} else if (isIOS) {
mobileType = 'ios';
}
request.VersionID = 2.2;
request.VersionID = 2.5;
request.Channel = 31;
request.LanguageID = TranslatorService.getCurrentLanguageCode();
request.MobileType = mobileType;

@ -24,8 +24,8 @@ export class ConnectorService {
public static timeOut = 120 * 1000;
// public static host = 'http://10.50.100.113:6060/'; // development service
public static host = 'https://uat.hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/';
// public static host = 'https://uat.hmgwebservices.com/';
public static host = 'https://hmgwebservices.com/';
// public static host = 'http://10.50.100.198:6060/';
// public static host = 'http://10.50.100.113:6060/'; // development service
/* public static host = 'http://10.50.100.198:6060/';

Loading…
Cancel
Save