diff options
| author | Julie Lala <jules@okfoc.us> | 2015-01-26 20:37:06 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-01-26 20:37:06 -0500 |
| commit | 0a8849bc0abea10fa0d53207159c09f433c25555 (patch) | |
| tree | f15b7ab96a55a2766c9e921133aacb20ee5ea666 /server/lib/api | |
| parent | 29e0f23c5ade5072851aaa74314166b0c7281272 (diff) | |
methodz
Diffstat (limited to 'server/lib/api')
| -rw-r--r-- | server/lib/api/subscription.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/server/lib/api/subscription.js b/server/lib/api/subscription.js index 6fe8c61..bd19127 100644 --- a/server/lib/api/subscription.js +++ b/server/lib/api/subscription.js @@ -18,5 +18,17 @@ var subscription = module.exports = { }) }, */ + show: function(req,res){ + // fetch from recurly + }, + + update: function(req,res){ + // update plan_type on recurly + // update add_ons on recurly + }, + + destroy: function(req,res){ + // destroy on recurly + }, };
\ No newline at end of file |
