'Add Payments To Rails Ecommerce
I have been working on the Agile with Rails 5.1 book and looking to add a payments to a rails Ecommerce app, I currently have bcrypt installed for the admin to add new products. The customers can only access the shop page, add/remove item and checkout.
Would I need to install devise for customer authentication and use Active Merchant, Stripe, PayPal etc or add new migrations to the existing User's table for bcrypt and build the payments on that ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|