Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-07-11 13:56:55 +00:00
parent 17a1d49bdd
commit c0cd46bfe4
+2 -2
View File
@@ -118,9 +118,9 @@ const PlansSection = () => {
company: result.data.företag, company: result.data.företag,
email: result.data.epost, email: result.data.epost,
phone: result.data.telefon ?? "", phone: result.data.telefon ?? "",
address: result.data.adress ?? "", address: result.data.adress,
postal_code: result.data.postnummer, postal_code: result.data.postnummer,
city: "Storstockholm", city: result.data.stad,
comments: result.data.kommentarer ?? "", 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)}`, return_url: `${window.location.origin}/order-confirmation?session_id={CHECKOUT_SESSION_ID}&method=card&kg=${recommendedKg}&email=${encodeURIComponent(result.data.epost)}`,
environment: getStripeEnvironment(), environment: getStripeEnvironment(),