A Discourse plugin that allows payments and subscription management via Stripe.
Go to file
Penar Musaraj 1a80f9d52b
DEV: Pin plugin for Discourse 3.1 stable (#175)
2023-08-22 13:50:37 -05:00
.github/workflows DEV: Update CI workflows (#148) 2023-01-10 19:06:12 +00:00
app FEATURE: Capture cardholder address fields for Stripe customer (#161) 2023-05-05 13:20:35 -04:00
assets DEV: Fix SCSS deprecations (#172) 2023-07-19 11:15:34 -04:00
config Update translations (#174) 2023-08-15 21:25:59 +02:00
db/migrate REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
lib DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
spec FEATURE: Capture cardholder address fields for Stripe customer (#161) 2023-05-05 13:20:35 -04:00
test/javascripts FEATURE: Skip product listing if only one product is present (#160) 2023-05-04 13:52:04 +00:00
.discourse-compatibility DEV: Pin plugin for Discourse 3.1 stable (#175) 2023-08-22 13:50:37 -05:00
.eslintrc DEV: Fix linting errors (#83) 2021-07-04 21:53:55 +02:00
.gitignore DEV: Restore `gems` in .gitignore (#84) 2021-07-05 12:10:20 +02:00
.prettierrc DEV: CI Updates (#30) 2020-11-02 11:57:36 -06:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
.template-lintrc.js DEV: CI Updates (#30) 2020-11-02 11:57:36 -06:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
Gemfile.lock DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
LICENSE Initial commit 2017-01-30 10:52:35 +11:00
README.md DEV: Update README.md (#109) 2022-02-21 21:04:40 +01:00
package.json DEV: Use angle bracket syntax (#167) 2023-05-28 09:32:27 -05:00
plugin.rb DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:25 +02:00
yarn.lock Bump word-wrap from 1.2.3 to 1.2.4 (#173) 2023-07-19 01:57:35 +02:00

README.md

Discourse Subscriptions Plugin

Discourse Subscriptions allows site owners to sell recurring and one-time purchase subscriptions that grant access to a group on a Discourse instance.

For more information, please see: https://meta.discourse.org/t/discourse-subscriptions-plugin/140818