diff --git a/supabase/functions/stripe-checkout/index.ts b/supabase/functions/stripe-checkout/index.ts index a3f115c..f44306d 100644 --- a/supabase/functions/stripe-checkout/index.ts +++ b/supabase/functions/stripe-checkout/index.ts @@ -1,6 +1,6 @@ /// -import Stripe from "https://esm.sh/stripe@16.12.0?target=deno"; +import Stripe from "npm:stripe@16.12.0"; const STRIPE_SECRET_KEY = Deno.env.get("STRIPE_SECRET_KEY")!; const SUPABASE_URL = Deno.env.get("SUPABASE_URL")!;