Hey all, I'm trying to write a marketplace style application. Maybe E-Bay style in which the app connects buyers / sellers and then takes some commission.
I cannot use Amazon FPS as I don't have a US credit card. So my best option is probably paypal. Unfortunately, most of the material out there is all about telling me how the app can ...
I am using ActiveMerchant to give my rails app access to Paypal's Express Checkout.
I would like to include the Order Details on the Review Page as described here: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECCustomizing
Can this be done?
Currently, my controller code looks like this:
d...
I'm developing a simple event management/ticketing application for LAN parties. I have a need obviously to have the user buy tickets for events.
Currently, a User visits an Event page and selects a Ticket. After the user pays for the Ticket, a Registration is created and the User is permitted to further interact with other Users and the...