|
|
|
|
@ -543,7 +543,7 @@ const GET_CUSTOMERS_ADDRESSES = "Customers/";
|
|
|
|
|
const SUBSCRIBE_PRODUCT = "subscribe?";
|
|
|
|
|
const GET_ORDER = "orders?";
|
|
|
|
|
const GET_ORDER_DETAILS = "orders/";
|
|
|
|
|
const ADD_CUSTOMER_ADDRESS = "epharmacy/api/addcustomeraddress";
|
|
|
|
|
const ADD_CUSTOMER_ADDRESS = "addcustomeraddress";
|
|
|
|
|
const EDIT_CUSTOMER_ADDRESS = "epharmacy/api/editcustomeraddress";
|
|
|
|
|
const DELETE_CUSTOMER_ADDRESS = "epharmacy/api/deletecustomeraddress";
|
|
|
|
|
const GET_ADDRESS = "Customers/";
|
|
|
|
|
|