Paddock / paddock-registration

A web based motorsports club/event management application
3 stars 0 forks source link

Paypal and Coupons #4

Open JustinSGray opened 13 years ago

JustinSGray commented 13 years ago

Create a transaction object to be included with * Clubs (pay for access to the site) * Registrations (pay for event registrations) * Memberships (pay for membership to club) * Possibly use subscriptions?

Create coupon objects to be able to issue discounts * Can be tied to specific users (but does not have to be) * Can be limited to one use per user * Can be specified as dollar amount or percentage * Can be set to expire * Can be set to be used a certain number of times

JustinSGray commented 13 years ago

looking for something more flexible,

https://github.com/emesik/mamona

or

https://github.com/bkeating/python-payflowpro/blob/master/README.md

both are paypal specific.