ianderse / dinner_dash

Turing School project started 9/29/14
0 stars 1 forks source link

Transaction Processor #116

Open JessicaG opened 10 years ago

JessicaG commented 10 years ago

Implement a "checkout" procedure using Stripe, Paypal or another service to handle credit card transactions in a "sandboxed" developer environment.

JessicaG commented 10 years ago

When the card is processed, update the order to "paid" and send a confirmation email to the user. Emails should only be sent when the app is in production mode. Don’t spam people while you’re getting it working.