aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments/urls.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-20Can now delete item from basketMatthew Lemon1-0/+1
- if is only one item left, it is deleted along with the basket - if there are more than one, just that one is deleted - TODO needs proper handling of the confirmation page - it's not formatted. htmx?
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-17skeleton webhook for stripe workingMatthew Lemon1-1/+1
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-0/+0
2024-10-15wip: import tidying and renaming path in sassit aliasMatthew Lemon1-1/+2
2024-10-09wip: clicking add to cart button takes you to card detail but thats itMatthew Lemon1-1/+1
2024-10-09wip: working on tests for adding resource to a cartMatthew Lemon1-2/+2
2024-09-16Upgrade to bootstrap 5.3Matthew Lemon1-4/+7
2024-09-15Sorting imports onlyMatthew Lemon1-1/+2
2024-09-08wip: implementing checkoutMatthew Lemon1-0/+17
- also some formatting changes