mirror of https://github.com/kortix-ai/suna.git
latest basejump version
This commit is contained in:
parent
242d45f262
commit
08dfb53616
|
@ -1,5 +1,5 @@
|
|||
import {serve} from "https://deno.land/std@0.168.0/http/server.ts";
|
||||
import {billingFunctionsWrapper, stripeFunctionHandler} from "https://deno.land/x/basejump@v2.0.2/billing-functions/mod.ts";
|
||||
import {billingFunctionsWrapper, stripeFunctionHandler} from "https://deno.land/x/basejump@v2.0.3/billing-functions/mod.ts";
|
||||
|
||||
import Stripe from "https://esm.sh/stripe@11.1.0?target=deno";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import {serve} from "https://deno.land/std@0.168.0/http/server.ts";
|
||||
import {billingWebhooksWrapper, stripeWebhookHandler} from "https://deno.land/x/basejump@v2.0.2/billing-functions/mod.ts";
|
||||
import {billingWebhooksWrapper, stripeWebhookHandler} from "https://deno.land/x/basejump@v2.0.3/billing-functions/mod.ts";
|
||||
|
||||
|
||||
import Stripe from "https://esm.sh/stripe@11.1.0?target=deno";
|
||||
|
|
Loading…
Reference in New Issue