Skip to content

Conversation

@saschat
Copy link
Member

@saschat saschat commented Feb 16, 2024

WIP, do not merge.

A concept for subscriptions. This API would allow users to create plans other users can subscribe to like a page with a paywall for articles or a Patreon-like page.

async cancel(subscriptionId: string) {
return this.api.subscriptionsCancel(subscriptionId);
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add uncancel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants