DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Ordering Items #36

Closed DarrachBarneveld closed 7 months ago

DarrachBarneveld commented 7 months ago

As a User, I can securely process my order based on the checkout so that I can buy products from the store

Acceptance Criteria:

  1. An Order form takes necessary user information
  2. Stripe is used for payment processing of this order
  3. An order is saved to the Database after success with items and user info
  4. The cart is emptied after checkout success

Tasks

DarrachBarneveld commented 7 months ago

Order are created upon successful checkout and via stripe webhooks