From e072504b83a35059f8986db614189042a3e65a71 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 20 Oct 2024 12:53:53 +0100 Subject: Updates the TODO list for payments views --- alphabetlearning/payments/views.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'alphabetlearning') 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 -- cgit v1.2.3