diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 99b9068..7587160 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -118,9 +118,9 @@ const PlansSection = () => { company: result.data.företag, email: result.data.epost, phone: result.data.telefon ?? "", - address: result.data.adress ?? "", + address: result.data.adress, postal_code: result.data.postnummer, - city: "Storstockholm", + city: result.data.stad, comments: result.data.kommentarer ?? "", return_url: `${window.location.origin}/order-confirmation?session_id={CHECKOUT_SESSION_ID}&method=card&kg=${recommendedKg}&email=${encodeURIComponent(result.data.epost)}`, environment: getStripeEnvironment(),