bossnass1986 / barista

Ruby on Rails side of the Coffee App
0 stars 1 forks source link

Transaction Processor #2

Open bossnass1986 opened 8 years ago

bossnass1986 commented 8 years ago

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

When the card is processed, update the order to "paid" and send a confirmation email to the user.

bossnass1986 commented 8 years ago

added active merchant gem