From 7dbc00a864707a78ad27ae9676a5e9b20909dc2b Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 4 Jan 2022 13:17:37 +0300 Subject: [PATCH] ancillary orders update --- lib/config/config.dart | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/config/config.dart b/lib/config/config.dart index 006acf22..f3038cf7 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -15,8 +15,8 @@ const PACKAGES_CUSTOMER = '/api/customers'; const PACKAGES_SHOPPING_CART = '/api/shopping_cart_items'; const PACKAGES_ORDERS = '/api/orders'; const PACKAGES_TAMARA_OPT = '/api/orders/paymentoptions/tamara'; - const BASE_URL = 'https://uat.hmgwebservices.com/'; -// const BASE_URL = 'https://hmgwebservices.com/'; + // const BASE_URL = 'https://uat.hmgwebservices.com/'; +const BASE_URL = 'https://hmgwebservices.com/'; // Pharmacy UAT URLs // const BASE_PHARMACY_URL = 'https://uat.hmgwebservices.com/epharmacy/api/'; @@ -304,6 +304,9 @@ const HIS_CREATE_ADVANCE_PAYMENT = const ADD_ADVANCE_NUMBER_REQUEST = 'Services/PayFort_Serv.svc/REST/AddAdvancedNumberRequest'; +const GENERATE_ANCILLARY_ORDERS_INVOICE = + 'Services/Doctors.svc/REST/AutoGenerateAncillaryOrderInvoice'; + const IS_ALLOW_ASK_DOCTOR = 'Services/Doctors.svc/REST/GetPatientDoctorAppointmentResult'; const GET_CALL_REQUEST_TYPE =