A Discourse plugin that allows payments and subscription management via Stripe.
Go to file
Rimian Perkins 5ea2bf7330 Update README.md 2017-02-14 13:57:37 +11:00
app a child page at user/:username/choice 2017-02-10 15:10:47 +11:00
assets/javascripts/discourse check payment link exists 2017-02-14 10:19:59 +11:00
config a child page at user/:username/choice 2017-02-10 15:10:47 +11:00
lib move payment button into choice page and make a link 2017-02-09 12:17:25 +11:00
test/javascripts/acceptance check payment link exists 2017-02-14 10:19:59 +11:00
.gitignore ignore byebug 2017-02-06 12:30:16 +11:00
LICENSE Initial commit 2017-01-30 10:52:35 +11:00
README.md Update README.md 2017-02-14 13:57:37 +11:00
jsapp acceptacnce test verifies page renders 2017-02-13 11:35:59 +11:00
plugin.rb rename to "payments" 2017-02-14 10:11:10 +11:00

README.md

Discourse Payments

Enables stripe payments from discourse.

Configuration

You can either set your environment vars in docker or save them in a yaml.

In your app.yml

STRIPE_SECRET_KEY: 'my_secret_key'
STRIPE_PUBLISHABLE_KEY: 'my_publishable_key'

Testing

Run the local js acceptance tests here:

http://localhost:3000/qunit?module=Acceptance%3A%20Choice%20Discourse