515882d845 | ||
---|---|---|
app/controllers | ||
assets | ||
config | ||
lib/discourse_patrons | ||
spec | ||
test/javascripts/components | ||
.eslintrc | ||
.gitignore | ||
.ruby-version | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
jsapp | ||
plugin.rb |
README.md
Discourse Patrons
Accept payments from visitors to your Discourse application. Integrates with Stripe.
This is a newer version of https://github.com/rimian/discourse-donations.
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.
Usage
Enable the plugin and enter your Stripe API keys in the settings. You can also configure amounts and the default currency.
Visit /patrons
Testing
Test with these credit card numbers:
- 4111 1111 1111 1111
Warranty
This software comes without warranties or conditions of any kind.
Credits
Many thanks to Chris Beach and Angus McLeod who helped on the previous version of this plugin.