chore: fix prices
This commit is contained in:
@@ -169,6 +169,7 @@ export const getCart = async (username: string) => {
|
||||
|
||||
export const addToCart = async (cartItem: {
|
||||
username?: string;
|
||||
product_id?: number;
|
||||
name_product: string;
|
||||
category: string;
|
||||
quantity: number;
|
||||
|
||||
Reference in New Issue
Block a user