fix: fix type error

This commit is contained in:
2025-10-27 08:42:06 +03:00
parent 527bef4665
commit 8361616dd6

View File

@@ -83,7 +83,7 @@ export const useCheckoutStore = defineStore('checkout', {
name: product.name,
price: product.total_numeric,
position: index,
quantity: product.quantif,
quantity: product.quantity,
};
}) : [],
}