Credits/tickets system - paypal

Hello, I’m new here. I started programming in Ruby on Rails week ago.
It’s great!
I’m preparing my first application but I need to make tickets system -
(my vision) people will come, register, buy tickets (via paypal) in
their profile. When will a payment arrive the system will add tickets
automatically. Is it possible to make it in Ruby on Rails?

Thank you :slight_smile:

Martin Snajdr wrote:

Hello, I’m new here. I started programming in Ruby on Rails week ago.
It’s great!
I’m preparing my first application but I need to make tickets system -
(my vision) people will come, register, buy tickets (via paypal) in
their profile. When will a payment arrive the system will add tickets
automatically. Is it possible to make it in Ruby on Rails?

Thank you :slight_smile:

It is possible you just need to know how to deal with paypal.

On 8/16/07, Keynan P. [email protected] wrote:

It is possible you just need to know how to deal with paypal.

http://activemerchant.org is the lib that powers Shopify. It supports
paypal.


Rick O.
http://lighthouseapp.com
http://weblog.techno-weenie.net
http://mephistoblog.com

Rick O. wrote:

On 8/16/07, Keynan P. [email protected] wrote:

It is possible you just need to know how to deal with paypal.

http://activemerchant.org is the lib that powers Shopify. It supports
paypal.


Rick O.
http://lighthouseapp.com
http://weblog.techno-weenie.net
http://mephistoblog.com

Thank you, it looks great for me but hard to use :slight_smile: so I will learn
it…