feat(F-057): completed feature

This commit is contained in:
chattie
2026-08-19 15:10:47 +02:00
parent a967e49851
commit 9c4557a1bf
8 changed files with 148 additions and 18 deletions

View File

@@ -71,6 +71,11 @@ export default function CheckoutClient() {
postalCode: form.postalCode,
country: 'ES',
},
items: items.map((i) => ({
productId: i.productId,
variantId: i.variantId,
quantity: i.quantity,
})),
shippingMethod: form.shippingMethod,
notes: form.notes,
}),