From 7fbcee856ad038231e6cb8bf1c816574b1160cde Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Sun, 23 Mar 2025 13:29:59 +0300 Subject: [PATCH] API to generate queue number added --- lib/config/config.dart | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/config/config.dart b/lib/config/config.dart index 25c4bf73..74d95592 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -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;