As an admin,
I need a UI that allows me to manipulate orders operations,
So that I can delete an order.
Details
The form will intake order_id.
Acceptance Criteria
Given I input order_id,
When I click on the delete button on the UI,
Then an order is deleted from the database,
And show a success or fail message on the UI.
As an admin, I need a UI that allows me to manipulate orders operations, So that I can delete an order.
Details
Acceptance Criteria
Given I input order_id, When I click on the delete button on the UI, Then an order is deleted from the database, And show a success or fail message on the UI.