discourse-subscriptions/app
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
..
controllers FIX: Allow user to update card details for recurring subscriptions (#123) 2022-07-05 19:53:27 -06:00
jobs DEV: execute campaign refresh job only if stripe is configured. (#108) 2022-02-04 11:06:40 +05:30
models/discourse_subscriptions REFACTOR: Use engine to load files, add constraint (#14) 2020-07-06 11:11:04 -05:00
serializers/discourse_subscriptions FEATURE: Add SGD as supported currency (#60) 2021-04-13 12:20:00 +02:00
services/discourse_subscriptions FIX: Exclude blocked charges in campaign total (#96) 2021-11-25 08:11:52 -07:00