website
website copied to clipboard
WIP: Added stripe integration
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