This repository was archived by the owner on May 21, 2020. It is now read-only.

Description
Context
In #190 task we prepared the grid with order history. Now we want to let the user be able to open a single specific order to see more details of it.
Acceptance Criteria
- In My Orders (grid view) I can see the possibility to open details of single specific order.
- When I click on the button then I am redirected to the page with order details of single order.
- I can see its billing information.
- I can see its shipping information.
- I can see its status.
- I can see its number.
- I can see order positions with names, quantities, prices, values, discounts.
- I can see summary of the order values (net, vat, gross).