happeninghq / happening

Open Source Event/Community management
MIT License
2 stars 1 forks source link

Payment #47

Closed jscott1989 closed 9 years ago

jscott1989 commented 9 years ago

Support configuring payment processors that plugins can rely on for payment

(e.g. a membership plugin should be able to rely on any payment processor and not worry about specifics)

jscott1989 commented 9 years ago

Payments has been pulled out into its own module.

Next up is to allow configuration of handlers (stripe settings) through the admin interface, and then documenting the interface.

Right now we only support Stripe - additional providers can be added later.

jscott1989 commented 9 years ago

Handler configuration is now complete.

Documentation is still needed before this can be closed.

jscott1989 commented 9 years ago

Simple documentation has now been written.