EducatedCamels / djangazon

Django powered web application for Bangazon site
0 stars 0 forks source link

User Can Complete an Order #2

Open stevebrownlee opened 7 years ago

stevebrownlee commented 7 years ago

Product ticket by stevebrownlee


Product ticket by stevebrownlee


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

Deanomatic commented 7 years ago

bitmoji