A Discourse plugin that allows payments and subscription management via Stripe.
Go to file
Rimian Perkins 43fde60f3a proper setting 2019-09-12 08:10:41 +10:00
app/controllers stub stripe payment create 2019-09-11 19:55:35 +10:00
assets proper setting 2019-09-12 08:10:41 +10:00
config reorder those settings the same as stripe dashboard 2019-09-11 22:14:15 +10:00
lib/discourse_patrons controller spec runs 2019-09-11 18:32:09 +10:00
spec stub stripe payment create 2019-09-11 19:55:35 +10:00
test/javascripts/acceptance try and get the js tests to actually run 2019-09-12 07:51:40 +10:00
.eslintrc appease eslint 2019-08-27 20:18:02 +10:00
.gitignore update .gitignore 2017-10-08 23:18:22 +01:00
.ruby-version upgrade ruby 2019-08-25 11:51:06 +10:00
.travis.yml enable discourse-plugin-ci 2019-08-27 19:52:25 +10:00
LICENSE Initial commit 2017-01-30 10:52:35 +11:00
README.md add readme info 2019-09-11 19:24:25 +10:00
jsapp add success handler 2019-09-12 07:43:27 +10:00
plugin.rb add stylesheets 2019-09-11 21:14:48 +10:00

README.md

Discourse Patrons

Build Status

Accept payments from visitors to your Discourse application. Integrates with Stripe.

This is a newer version of https://github.com/rimian/discourse-donations. Many thanks to Chris Beach and Angus McLeod who helped on that project.

Installation

  • Be sure your site is enforcing https.
  • Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157
  • Add your Stripe public and private keys in settings and set the currency to your local value.
  • Enable the plugin and wait for people to donate money.

Testing

Warranty

This software comes without warranties or conditions of any kind.