MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / createPortal

Function createPortal

packages/payments/src/polar.ts:36–44  ·  view source on GitHub ↗
({
  customerId,
}: {
  customerId: string;
})

Source from the content-addressed store, hash-verified

34}
35
36export async function createPortal({
37 customerId,
38}: {
39 customerId: string;
40}) {
41 return polar.customerSessions.create({
42 customerId,
43 });
44}
45
46export async function createCheckout({
47 productId,

Callers 12

subscription.tsFile · 0.90
SankeyPortalTooltipFunction · 0.85
bar-x-axis.tsxFile · 0.85
OPSeriesDotsFunction · 0.85
x-axis.tsxFile · 0.85
bar-y-axis.tsxFile · 0.85
y-axis.tsxFile · 0.85
OPDatePillInnerFunction · 0.85
chart-tooltip.tsxFile · 0.85
TooltipBoxInnerFunction · 0.85
MarkerGroupFunction · 0.85
SankeyPortalTooltipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected