website icon indicating copy to clipboard operation
website copied to clipboard

WIP: Added stripe integration

Open karbassi opened this issue 5 years ago • 0 comments

Stripe integration works as expected. We decided to remove the dj-stripe module and go with our own implementation.

Tasks

  • [x] Create a new "app" in django that will handle all payments.
  • [x] Create a single donation based on donation amount buttons or what the user enters
    • [x] When creating a donation, the donor should show up as a "customer" in the stripe backend
    • [x] When a donation is created, it should be recorded in the django backend.
    • [x] If the user is logged in, we need to associate their donation to their account
    • [x] If the user is not logged in, just recorder their first name, last name, and email in the dj-stripe system
  • [ ] Create a single "buy" setup for a single class.

Related to #588

karbassi avatar Nov 23 '19 21:11 karbassi