Changes
Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user