ItsY8S / capstone

0 stars 0 forks source link

Checkout #42

Open ItsY8S opened 6 years ago

ItsY8S commented 6 years ago

Details

Checkout is navigated to after reviewing cart items. Customers must fill out valid shipping & payment information. Payments will be handled using Stripe. Upon successful checkout, an order will be created with Mongoose & store customers will be redirected to an order confirmation page.

Story

  • As a customer, I want to checkout, so that I can make a purchase.
    • The system will have form inputs to handle shipping.
    • The system will allow the user to pay using Stripe.
    • The system will store the order in a database.

Time Estimate (8 hours)