Add quantity information when purchasing items (#9481)

This commit is contained in:
MathWhiz
2017-11-16 03:08:11 -06:00
committed by Matteo Pagliazzi
parent 6b625a60ab
commit 08ccd595f2

View File

@@ -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,
});