jevonthomas/Bangazon-Ecommerce-Site

User can complete an order

Opened this issue · 0 comments

Given the user is authenticated
And the user is viewing their open order
When the user clicks the Complete Order button
Then the user should be presented with a view that allows them to select a payment type for the order

Given the user selects a payment option
When the user clicks the Done button
Then the payment type must be added to the order
And the user will be presented with a confirmation/thank you screen