fenton1000 / mf-portfolio-five-big-boring-shop

0 stars 1 forks source link

USER STORY: Make Payment #9

Closed fenton1000 closed 1 year ago

fenton1000 commented 1 year ago

As a Visiting User I can make an online payment with my debit or credit card so that I can easily purchase my chosen products.

fenton1000 commented 1 year ago

Acceptance Criteria:

  1. From the cart a user can opt to make a purchase and a payment form is provided allowing debit and credit card payments via a secure payments system.
fenton1000 commented 1 year ago

Tasks:

  1. Create a checkout app within the project.
  2. Create a checkout.html template in the checkout app templates folder.
  3. Create the Order and OrderLineItem models within the checkout app models.py file.
  4. Implement a payment process using Stripe in accordance with the Stripe documentation.