I want eCommerce solution to my application where money can be transfer from buyer to seller
20 views
Skip to first unread message
shaik....@cortexcraft.com
unread,
Jan 14, 2016, 6:49:35 AM1/14/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Workflow:
Buyer can purchase a product from my application by using various options like PayPal or CreditCard.
The money can be directly credited to the seller.
Is there any built in solution in Rails, Suggest me.
Matt D
unread,
Feb 18, 2016, 10:51:02 AM2/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
No built in solution shipped with Rails. However, you may want to check out the Active Merchant gem, which supports many payment gateways to include PayPal.