jp769 / IT202009

0 stars 0 forks source link

User will be able to purchase items in their Cart #21

Closed jp769 closed 3 years ago

jp769 commented 4 years ago

Create an Orders table (id, user_id, created, total_price, address, payment_method)

Payment method will simply record (Cash, Visa, MasterCard, Amex, etc) We will not be recording CC numbers or anything of that nature, this is just a sample and in real world projects you’d commonly use a third party payment processor

jp769 commented 3 years ago

6423695ca2d6428ef3778ce93478546283c29235

jp769 commented 3 years ago

orders image