|
|
|
|
@ -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/';
|
|
|
|
|
@ -600,7 +600,6 @@ const GET_PATIENT_ALL_PRES_ORD =
|
|
|
|
|
'Services/Patients.svc/REST/PatientER_GetPatientAllPresOrders';
|
|
|
|
|
const PATIENT_ER_INSERT_PRES_ORDER =
|
|
|
|
|
'Services/Patients.svc/REST/PatientER_InsertPresOrder';
|
|
|
|
|
const PHARMACY_MAKE_REVIEW = 'epharmacy/api/insertreviews';
|
|
|
|
|
const BLOOD_DONATION_REGISTER_BLOOD_TYPE =
|
|
|
|
|
'Services/PatientVarification.svc/REST/BloodDonation_RegisterBloodType';
|
|
|
|
|
const ADD_USER_AGREEMENT_FOR_BLOOD_DONATION =
|
|
|
|
|
@ -639,6 +638,7 @@ const GET_PRODUCT_DETAIL = "products/";
|
|
|
|
|
const GET_LOCATION = "Services/Patients.svc/REST/GetPharmcyListBySKU";
|
|
|
|
|
const GET_SPECIFICATION = "productspecification/";
|
|
|
|
|
const GET_BRAND_ITEMS = "products";
|
|
|
|
|
const PHARMACY_MAKE_REVIEW = 'insertreviews';
|
|
|
|
|
|
|
|
|
|
// External API
|
|
|
|
|
const ADD_ADDRESS_INFO = "addcustomeraddress";
|
|
|
|
|
|