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

refactor: make stripe_operator.rs create CheckoutSessions function pre-invite #57

Closed
12 tasks done
skeptrunedev opened this issue May 9, 2023 · 0 comments · Fixed by #64
Closed
12 tasks done
Assignees

Comments

@skeptrunedev
Copy link
Contributor

skeptrunedev commented May 9, 2023

Current Flow

  1. Stripe Customer is created when user sets their password
  2. User signs in
  3. User can request a CheckoutSession url for a given plan (Silver or Gold)
  4. User goes to Stripe's hosted payment page and successfully pays or cancels
  5. If cancels, goes back to /debate route
  6. If succeeds, Stripe hits out webhook to tell us

New Flow

User does not have an account

User already has an account

@skeptrunedev skeptrunedev added this to the Product Launch milestone May 9, 2023
@cdxker cdxker linked a pull request May 9, 2023 that will close this issue
@cdxker cdxker closed this as completed in #64 May 9, 2023
@cdxker cdxker reopened this May 9, 2023
@skeptrunedev skeptrunedev changed the title Refactor stripe_operator.rs to make CheckoutSessions function pre-invite refactor: make stripe_operator.rs create CheckoutSessions function pre-invite May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants