aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments/models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-19Add multiple items to the cart and Stripe processMatthew Lemon1-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-19Changes the Resource to include Stripe referenceMatthew Lemon1-1/+4
2024-10-17Update Stripe and include the API keyMatthew Lemon1-0/+3
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-1/+1
2024-09-16Upgrade to bootstrap 5.3Matthew Lemon1-1/+1
2024-09-14wip: testing adding resources to shopping cartMatthew Lemon1-0/+3
2024-09-14wip: adding shopping card functionalityMatthew Lemon1-5/+9
2024-09-09subscription and user is now uniquely constrainedMatthew Lemon1-0/+3
2024-09-09Test passing: signal sent on sign-up to create subscriptionMatthew Lemon1-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-08wip: implementing checkoutMatthew Lemon1-0/+61
- also some formatting changes