aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-20 12:53:53 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-20 12:53:53 +0100
commite072504b83a35059f8986db614189042a3e65a71 (patch)
treef17dcd84d988a0eab66d05e2eae0123233513aa5
parent9b06fa6596def3505af076d6f8807a251c4162e4 (diff)
Updates the TODO list for payments views
-rw-r--r--alphabetlearning/payments/views.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/alphabetlearning/payments/views.py b/alphabetlearning/payments/views.py
index dae1a9d..d32542b 100644
--- a/alphabetlearning/payments/views.py
+++ b/alphabetlearning/payments/views.py
@@ -28,10 +28,10 @@ from .models import ShoppingCart
# - Associate each of our resources with a Product item
# - this should be done in the create resource page
# - or we can do it manually for the time being
-# - Check that we can add resources to the cart
-# - When the user hits the cart page, each associated product is pulled from the database
-# - prices are extracted from the products accordingly
-# - use the form from the landingpage.html as the checkout button to call the create-checkout-session
+# - X Check that we can add resources to the cart
+# - X When the user hits the cart page, each associated product is pulled from the database
+# - X prices are extracted from the products accordingly
+# - X use the form from the landingpage.html as the checkout button to call the create-checkout-session
# - Add delete buttons the checkout page, etc