spooky-oysters / Bangazon-Command-Line-Application

0 stars 1 forks source link

User should be able to complete a customer order #6

Closed stevebrownlee closed 6 years ago

stevebrownlee commented 6 years ago

Given a customer has been made active in the program When the user selects the option to complete an order Then the user should be prompted to choose one of the active customer's payment options And when one is chosen, the payment option should be added to the open order

If no products have been selected yet

Please add some products to your order first. Press any key to return to main menu.

If there are current products in an order


Your order total is $149.54. Ready to purchase
(Y/N) >

# If user entered Y
Choose a payment option
1. Amex
2. Visa
>
DreRandaci commented 6 years ago