A Discourse plugin that allows payments and subscription management via Stripe.
Go to file
Faizaan Gagan 945af4f140
FIX: Allow user to update card details for recurring subscriptions (#123)
* add new route for card update

* create backend route

* update label

* basic functionality working

* ran rubocop

* added rspec tests for functionality

* make payment_method param compulsory

* fixed js linting

* improve client side error handling

* improve server side error handling

* improved update card page UI

* improve button UI for user subscriptions page

* give feedback to user about save status

* remove heading from last column

* fix padding on edit/delete buttons for update table

Co-authored-by: Blake Erickson <o.blakeerickson@gmail.com>
2022-07-05 19:53:27 -06:00
.github/workflows DEV: Update CI workflows (#122) 2022-06-17 22:22:31 +02:00
app FIX: Allow user to update card details for recurring subscriptions (#123) 2022-07-05 19:53:27 -06:00
assets FIX: Allow user to update card details for recurring subscriptions (#123) 2022-07-05 19:53:27 -06:00
config FIX: Allow user to update card details for recurring subscriptions (#123) 2022-07-05 19:53:27 -06:00
db/migrate REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
lib FIX: Import script confirmation flag logic (#126) 2022-06-22 17:51:14 -06:00
spec FIX: Allow user to update card details for recurring subscriptions (#123) 2022-07-05 19:53:27 -06:00
test/javascripts FIX: set Discourse consistent styles on Stripe card element (#124) 2022-06-24 21:18:38 +05:30
.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: Restore `gems` in .gitignore (#84) 2021-07-05 12:10:20 +02:00
.template-lintrc.js DEV: CI Updates (#30) 2020-11-02 11:57:36 -06:00
Gemfile DEV: Fix gemfile 2020-09-01 20:33:29 -05:00
Gemfile.lock DEV: Update CI setup and fix linting issues (#119) 2022-06-11 12:54:30 +02: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: Update CI setup and fix linting issues (#119) 2022-06-11 12:54:30 +02:00
plugin.rb FIX: Allow user to update card details for recurring subscriptions (#123) 2022-07-05 19:53:27 -06:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:25 +02:00
yarn.lock DEV: Update CI setup and fix linting issues (#119) 2022-06-11 12:54:30 +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