From 8b2da16ae54ed4a8d07efe5249309e1b18e59d3c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:14:48 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- supabase/functions/create-checkout/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supabase/functions/create-checkout/index.ts b/supabase/functions/create-checkout/index.ts index 3b0ccf8..344d988 100644 --- a/supabase/functions/create-checkout/index.ts +++ b/supabase/functions/create-checkout/index.ts @@ -90,7 +90,8 @@ const corsHeaders = { "Access-Control-Allow-Methods": "POST, OPTIONS", }; -const PRICE_PER_KG_ORE = 32500; // 325 kr in öre +// TEMP TEST: 1 kr/kg (sätt tillbaka till 32500 efter testet) +const PRICE_PER_KG_ORE = 100; // 1 kr in öre const WEEKS_PER_MONTH = 4; const BodySchema = z.object({