From 08ccd595f2914d877c6d0cca6f637f9a519e2e39 Mon Sep 17 00:00:00 2001 From: MathWhiz Date: Thu, 16 Nov 2017 03:08:11 -0600 Subject: [PATCH] Add quantity information when purchasing items (#9481) --- website/common/script/ops/purchase.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/common/script/ops/purchase.js b/website/common/script/ops/purchase.js index 428b167d92..27fac8cf32 100644 --- a/website/common/script/ops/purchase.js +++ b/website/common/script/ops/purchase.js @@ -156,6 +156,7 @@ module.exports = function purchase (user, req = {}, analytics) { itemType: 'Market', acquireMethod: 'Gems', gemCost: price * 4, + quantityPurchased: quantity, category: 'behavior', headers: req.headers, });