This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-subscriptions
mirror of
https://github.com/discourse/discourse-subscriptions.git
Watch
1
Star
0
Fork
You've already forked discourse-subscriptions
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b1f303a1c8
discourse-subscriptions
/
assets
/
javascripts
/
discourse
/
routes
/
user-billing-subscriptions.js
4 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
remove subscribe index
2019-12-12 19:54:32 -05:00
import
Route
from
"@ember/routing/route"
;
list subscriptions
2019-10-28 20:43:32 -04:00
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 21:53:27 -04:00
export
default
Route
.
extend
(
)
;