chore: fix prices
This commit is contained in:
@@ -122,6 +122,7 @@ export function CartProvider({ children }: { children: ReactNode }) {
|
||||
try {
|
||||
const response = await apiAddToCart({
|
||||
username,
|
||||
product_id: item.product_id,
|
||||
name_product: cleanName,
|
||||
category: (item.category || "autre").toLowerCase().trim(),
|
||||
quantity: Number(item.quantity),
|
||||
|
||||
Reference in New Issue
Block a user