new changes
This commit is contained in:
@@ -53,6 +53,12 @@ export const API_ENDPOINTS = {
|
|||||||
add_discount: "/order/cart/discount",
|
add_discount: "/order/cart/discount",
|
||||||
delete_discount: "/order/cart/discount",
|
delete_discount: "/order/cart/discount",
|
||||||
},
|
},
|
||||||
|
delivery: {
|
||||||
|
set_address: "/order/cart/set-address",
|
||||||
|
},
|
||||||
|
checkout: {
|
||||||
|
payment: "/order/cart/payment",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user