MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / getStripe

Function getStripe

src/utils/get-stripejs.ts:7–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6let stripePromise: Promise<Stripe | null>;
7const getStripe = () => {
8 if (!stripePromise) {
9 stripePromise = loadStripe(process.env.NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY!);
10 }
11 return stripePromise;
12};
13
14export default getStripe;

Callers 1

checkoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected