discourse-subscriptions/spec/requests
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
..
admin FIX: set interval field correctly in object root for recurring plans. (#91) 2021-09-21 18:12:17 +05:30
user FIX: Allow user to update card details for recurring subscriptions (#123) 2022-07-05 19:53:27 -06:00
admin_controller_spec.rb name space module 2019-12-04 11:23:45 +11:00
hooks_controller_spec.rb add the user to the group if subscription is completing 2020-01-26 10:49:51 +11:00
subscribe_controller_spec.rb DEV: use existing customer id instead of creating. (#92) 2021-10-08 09:40:16 +05:30