From 44ef2d5b2c5a9621a7a236c14ee742d5cea05f97 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 12:59:03 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- supabase/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/supabase/config.toml b/supabase/config.toml index e1dbd7e..1e95f97 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -11,3 +11,9 @@ verify_jwt = false [functions.submit-order] verify_jwt = false + +[functions.create-checkout] +verify_jwt = false + +[functions.payments-webhook] +verify_jwt = false