2017-05-25 08:59:11 +10:00
2017-05-24 12:22:00 +10:00
2017-05-23 14:32:52 +10:00
2017-02-06 12:30:16 +11:00
2017-05-18 12:14:51 +10:00
2017-02-13 11:35:59 +11:00
2017-01-30 10:52:35 +11:00
2017-05-25 08:59:11 +10:00
2017-05-25 08:59:11 +10:00

Discourse Donations

Build Status

Accept donations in Discourse! Integrates with Stripe.

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.
  • Add the following script to your page header in a custom theme component: <script src="https://js.stripe.com/v3/"></script>
  • Enable the plugin and wait for people to donate money.

Creating new user accounts

This is an experimental feature. A user can create a new account if they makes a successful donation. Enable this in settings. When a user is not logged in, they will be asked to enter details for a new user account. This feature doesn't support mandatory custom user fields yet.

Testing

  • To run the rails specs, install the plugin and run bundle exec rake plugin:spec[discourse-donations] in the discourse root directory.
  • To run qunit tests: MODULE='Acceptance: Discourse Donations' bundle exec rake qunit:test[20000].
  • To run Component tests: MODULE='component:stripe-card' bundle exec rake qunit:test[20000].

Note:

  • If you're using a zsh shell, then you probably get this error: zsh: no matches found ... and you'll need to escape the square brackets with backslashes.

TODO

  • Handle custom fields
  • Acceptance test in RSpec not qunit.

Warranty

This software comes with no warranty of any kind.

Description
A Discourse plugin that allows payments and subscription management via Stripe.
Readme MIT 6.2 MiB
Languages
Ruby 49.5%
JavaScript 31.2%
Handlebars 14.1%
SCSS 5.2%