Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Source-Controller/eCommerce-Fullstack
/ getStripe
Function
getStripe
lib/getStripe.js:5–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
let
stripePromise;
4
5
const
getStripe = () => {
6
if
(!stripePromise) {
7
stripePromise = loadStripe(process.env.NEXT_PUBLIC_STRIPE_KEY);
8
}
9
10
return
stripePromise;
11
}
12
13
export
default getStripe;
Callers
1
handleCheckout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected