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