MCPcopy Create free account
hub / github.com/async-labs/async / subscribeToPaidPlan

Method subscribeToPaidPlan

api/server/models/User.ts:373–373  ·  view source on GitHub ↗
({
    session,
    teamLeader,
  }: {
    session: Stripe.Checkout.Session;
    teamLeader: IUserDocument;
  })

Source from the content-addressed store, hash-verified

371
372 getListOfInvoicesForAccount({ userId }: { userId: string }): Promise<any>;
373 subscribeToPaidPlan({
374 session,
375 teamLeader,
376 }: {

Callers 1

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected