diff --git a/spa/src/stores/CheckoutStore.js b/spa/src/stores/CheckoutStore.js index a139c6b..29cf39e 100644 --- a/spa/src/stores/CheckoutStore.js +++ b/spa/src/stores/CheckoutStore.js @@ -83,7 +83,7 @@ export const useCheckoutStore = defineStore('checkout', { name: product.name, price: product.total_numeric, position: index, - quantity: product.quantif, + quantity: product.quantity, }; }) : [], }