|
|
|
|
@ -697,13 +697,15 @@ var GET_PATIENT_OCCUPATION_LIST = 'Services/Authentication.svc/REST/GetPatientOc
|
|
|
|
|
|
|
|
|
|
var IS_DOCTOR_AVAILABLE_BY_CALENDAR_SCHEDULE = 'Services/OUTPs.svc/REST/HIS_IsDoctorAvailableByCalendarSchedule';
|
|
|
|
|
|
|
|
|
|
var GET_PATIENT_LAB_QUEUE_NUMBER = 'Services/Doctors.svc/REST/LabPatientCallNoGetQline';
|
|
|
|
|
|
|
|
|
|
//PAYFORT
|
|
|
|
|
var getPayFortProjectDetails = "Services/PayFort_Serv.svc/REST/GetPayFortProjectDetails";
|
|
|
|
|
var addPayFortApplePayResponse = "Services/PayFort_Serv.svc/REST/AddResponse";
|
|
|
|
|
var payFortEnvironment = FortEnvironment.production;
|
|
|
|
|
var applePayMerchantId = "merchant.com.hmgwebservices";
|
|
|
|
|
// var payFortEnvironment = FortEnvironment.test;
|
|
|
|
|
// var applePayMerchantId = "merchant.com.hmgwebservices.uat";
|
|
|
|
|
// var payFortEnvironment = FortEnvironment.production;
|
|
|
|
|
// var applePayMerchantId = "merchant.com.hmgwebservices";
|
|
|
|
|
var payFortEnvironment = FortEnvironment.test;
|
|
|
|
|
var applePayMerchantId = "merchant.com.hmgwebservices.uat";
|
|
|
|
|
|
|
|
|
|
class AppGlobal {
|
|
|
|
|
static var context;
|
|
|
|
|
|