diff --git a/supabase/functions/create-checkout/index.ts b/supabase/functions/create-checkout/index.ts index c204b28..11eb29a 100644 --- a/supabase/functions/create-checkout/index.ts +++ b/supabase/functions/create-checkout/index.ts @@ -56,7 +56,7 @@ async function insertOrder(row: { leverans: { adress: b.address, postnummer: cleaned, - stad: "Storstockholm", + stad: b.city, }, telefon: b.phone, kommentarer: b.comments,