Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscriptions using Stripe #375

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Subscriptions using Stripe #375

merged 2 commits into from
Aug 10, 2023

Conversation

amCap1712
Copy link
Member

The current implementation is able to create subscriptions but not cancel them. Cancelling stripe subscriptions requires us to store the donor's stripe customer id. This means that we'll need auth for stripe recurring subscriptions. Otherwise, we cannot be sure that a user's subscription is not messed up with by someone else. Before we go ahead to implement this, we should consider if this added complexoty is worth it.

@github-actions

This comment has been minimized.

@mayhem
Copy link
Member

mayhem commented Jan 9, 2023

Bump!

@amCap1712 amCap1712 changed the base branch from description to master March 18, 2023 10:55
@github-actions

This comment has been minimized.

@amCap1712
Copy link
Member Author

We decided on IRC some months ago that manual cancellation for now is fine.

@amCap1712 amCap1712 marked this pull request as ready for review August 10, 2023 10:02
@github-actions

This comment has been minimized.

@amCap1712 amCap1712 merged commit d11531e into master Aug 10, 2023
1 check failed
@amCap1712 amCap1712 deleted the subscription branch August 10, 2023 10:34
@github-actions

This comment has been minimized.

@github-actions
Copy link

Unit Test Results

  1 files  ±0    1 suites  ±0   17s ⏱️ ±0s
67 tests ±0  65 ✔️ ±0  0 💤 ±0  2 ❌ ±0 

For more details on these failures, see this check.

Results for commit d11531e. ± Comparison against base commit d11531e.

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