funfordima/book-store

## 06/Implement purchase functional

Closed this issue · 0 comments

Objectives:

  • Make a purchase of added books;

Decomposition task:

  • create Modal Dialog
  • implement purchase functional (send request)
  • show success/error modal dialog
  • clear cart

Acceptance criteria

  • User press 'Purchase' button;
  • System place order,
  • show a modal window with ordered items and successful message
  • clear the cart;