Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-19 | Add multiple items to the cart and Stripe process | Matthew Lemon | 1 | -1/+1 | |
- Very rough but it works - Multiple items can be added to cart - Can be bought with stripe - Shopping cart is deleted after successful transaction | |||||
2024-10-19 | Changes the Resource to include Stripe reference | Matthew Lemon | 1 | -1/+4 | |
2024-10-17 | Update Stripe and include the API key | Matthew Lemon | 1 | -0/+3 | |
2024-10-15 | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 1 | -1/+1 | |
2024-09-16 | Upgrade to bootstrap 5.3 | Matthew Lemon | 1 | -1/+1 | |
2024-09-14 | wip: testing adding resources to shopping cart | Matthew Lemon | 1 | -0/+3 | |
2024-09-14 | wip: adding shopping card functionality | Matthew Lemon | 1 | -5/+9 | |
2024-09-09 | subscription and user is now uniquely constrained | Matthew Lemon | 1 | -0/+3 | |
2024-09-09 | Test passing: signal sent on sign-up to create subscription | Matthew Lemon | 1 | -1/+1 | |
- user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present | |||||
2024-09-08 | wip: implementing checkout | Matthew Lemon | 1 | -0/+61 | |
- also some formatting changes |