2017-02-24 12:12:02 +11:00
# Discourse Donations
2017-02-02 11:49:22 +11:00
2017-02-24 12:12:02 +11:00
[](https://travis-ci.org/choiceaustralia/discourse-donations)
2017-02-02 14:57:57 +11:00
2017-05-03 10:25:02 +10:00
Accept donations in Discourse! Integrates with [Stripe ](https://stripe.com ).
2017-03-31 10:17:13 +11:00
2017-03-06 13:09:28 +11:00
## Installation
2017-05-18 10:14:54 +10:00
* Be sure your site is enforcing https.
2017-03-06 13:09:28 +11:00
* Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157
2017-05-18 10:12:59 +10:00
* Add your Stripe public and private keys in settings and set the currency to your local value.
2017-05-25 08:59:11 +10:00
* Add the following script to your page header in a custom theme component: `<script src="https://js.stripe.com/v3/"></script>`
2017-05-18 10:12:59 +10:00
* Enable the plugin and wait for people to donate money.
2017-05-18 15:07:32 +10:00
## Creating new user accounts
2017-02-23 15:04:17 +11:00
2017-05-18 15:07:32 +10:00
**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.
2017-02-23 15:04:17 +11:00
2017-02-23 15:02:34 +11:00
## Testing
2017-02-07 13:56:22 +11:00
2017-03-02 09:38:33 +11:00
* 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]` .
2017-02-14 16:56:31 +11:00
2017-02-24 10:28:29 +11:00
**Note:**
2017-02-07 13:56:22 +11:00
2017-02-24 10:28:29 +11:00
* 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.
2017-03-13 13:04:29 +11:00
## TODO
2017-04-03 09:47:01 +10:00
* Handle custom fields
2017-05-25 08:59:11 +10:00
* Acceptance test in RSpec not qunit.
2017-05-24 12:48:55 +10:00
## Warranty
This software comes with no warranty of any kind.