|
|
|
@ -15,8 +15,8 @@ const PACKAGES_CUSTOMER = '/api/customers';
|
|
|
|
const PACKAGES_SHOPPING_CART = '/api/shopping_cart_items';
|
|
|
|
const PACKAGES_SHOPPING_CART = '/api/shopping_cart_items';
|
|
|
|
const PACKAGES_ORDERS = '/api/orders';
|
|
|
|
const PACKAGES_ORDERS = '/api/orders';
|
|
|
|
const PACKAGES_TAMARA_OPT = '/api/orders/paymentoptions/tamara';
|
|
|
|
const PACKAGES_TAMARA_OPT = '/api/orders/paymentoptions/tamara';
|
|
|
|
const BASE_URL = 'https://uat.hmgwebservices.com/';
|
|
|
|
// const BASE_URL = 'https://uat.hmgwebservices.com/';
|
|
|
|
// const BASE_URL = 'https://hmgwebservices.com/';
|
|
|
|
const BASE_URL = 'https://hmgwebservices.com/';
|
|
|
|
|
|
|
|
|
|
|
|
// Pharmacy UAT URLs
|
|
|
|
// Pharmacy UAT URLs
|
|
|
|
// const BASE_PHARMACY_URL = 'https://uat.hmgwebservices.com/epharmacy/api/';
|
|
|
|
// const BASE_PHARMACY_URL = 'https://uat.hmgwebservices.com/epharmacy/api/';
|
|
|
|
@ -26,6 +26,11 @@ const BASE_URL = 'https://uat.hmgwebservices.com/';
|
|
|
|
const BASE_PHARMACY_URL = 'https://mdlaboratories.com/exacartapi/api/';
|
|
|
|
const BASE_PHARMACY_URL = 'https://mdlaboratories.com/exacartapi/api/';
|
|
|
|
const PHARMACY_BASE_URL = 'https://mdlaboratories.com/exacartapi/api/';
|
|
|
|
const PHARMACY_BASE_URL = 'https://mdlaboratories.com/exacartapi/api/';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// // Pharmacy Pre-Production URLs
|
|
|
|
|
|
|
|
// const BASE_PHARMACY_URL = 'https://mdlaboratories.com/exacartapitest/api/';
|
|
|
|
|
|
|
|
// const PHARMACY_BASE_URL = 'https://mdlaboratories.com/exacartapitest/api/';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// RC API URL
|
|
|
|
// RC API URL
|
|
|
|
const RC_BASE_URL = 'https://livecare.hmg.com/';
|
|
|
|
const RC_BASE_URL = 'https://livecare.hmg.com/';
|
|
|
|
|
|
|
|
|
|
|
|
|