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

Method reSubscribeToPaidPlan

api/server/models/User.ts:388–388  ·  view source on GitHub ↗
({ userId }: { userId: string })

Source from the content-addressed store, hash-verified

386 }): Promise<void>;
387 cancelSubscriptionForAccount({ userId }: { userId: string }): Promise<IUserDocument>;
388 reSubscribeToPaidPlan({ userId }: { userId: string }): Promise<IUserDocument>;
389 cancelSubscriptionForAccountAfterFailedPayment({
390 subscriptionId,
391 }: {

Callers 1

team-leader.tsFile · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected