diff options
-rw-r--r-- | alphabetlearning/payments/views.py | 8 |
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 |