From a652b70728f987ebbe2a46445ab9a9cc537eee62 Mon Sep 17 00:00:00 2001 From: Matt Lott Date: Mon, 4 May 2015 17:38:31 -0700 Subject: [PATCH] Update admin dashboard conversion types --- server/payments/subscription_handler.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/payments/subscription_handler.coffee b/server/payments/subscription_handler.coffee index cf62a4700..5680742d6 100644 --- a/server/payments/subscription_handler.coffee +++ b/server/payments/subscription_handler.coffee @@ -121,7 +121,7 @@ class SubscriptionHandler extends Handler if event.event is 'Show subscription modal' and event.properties?.level? userMap[userID].conversion = event.properties.level break - else if event.event is 'Show subscription modal' and event.properties?.label is 'buy gems modal' + else if event.event is 'Show subscription modal' and event.properties?.label in ['buy gems modal', 'check private clan', 'create clan'] userMap[userID].conversion = event.properties.label break @sendSuccess(res, userMap)