2017-02-23 10:31:30 +11:00
2017-02-23 10:31:30 +11:00
2017-02-20 11:43:12 +11:00
2017-02-06 12:30:16 +11:00
2017-02-03 12:33:59 +11:00
2017-02-13 11:35:59 +11:00
2017-01-30 10:52:35 +11:00
2017-02-23 10:31:30 +11:00
2017-02-15 10:59:04 +11:00

Discourse Payments

Build Status

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

To run the specs, install the plugin and run bundle exec rake plugin:spec[discourse-payments] in the discourse root directory.

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.

Run the local js acceptance tests here:

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

Description
A Discourse plugin that allows payments and subscription management via Stripe.
Readme MIT 6 MiB
Languages
Ruby 49.4%
JavaScript 31.4%
Handlebars 14.1%
SCSS 5.1%