Ravenclaus / terminal_interface

Bangazon Terminal Interface
0 stars 0 forks source link

Complete an Order Functionality #23

Open sward42 opened 7 years ago

sward42 commented 7 years ago

Issue Description

Confirm products selected Confirm total Price Confirm/select Payment type Complete Order and return to main menu

Recommended Actions

Access product data from database Use math class to calculate total price Access payment data from database Saved completed order to database

Related Issues/PRs

Create Math Class Create Order Class