summaryrefslogtreecommitdiff
path: root/server/lib/webhook
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-01-22 16:54:08 -0500
committerJules Laplace <jules@okfoc.us>2015-01-22 16:54:08 -0500
commit3eee6a15ee44a75f6deedd073f60b88d342d56ef (patch)
tree00c771870f53fd12b928a82dd4a507130ae8686d /server/lib/webhook
parent717e87b7422db8e1eda655fbf04e45fe5f877c9b (diff)
recurly links on brochure
Diffstat (limited to 'server/lib/webhook')
-rw-r--r--server/lib/webhook/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/webhook/index.js b/server/lib/webhook/index.js
index c4b4b76..ebbd01a 100644
--- a/server/lib/webhook/index.js
+++ b/server/lib/webhook/index.js
@@ -33,6 +33,7 @@ var subscription = module.exports = {
callbacks: {
// accounts
new_account_notification: function(data){
+ //
},
canceled_account_notification: function(data){
},