Merge pull request #8143 from dumindux/Issue-8115

changed gemCost to include the amount of gems
This commit is contained in:
Blade Barringer 2016-10-16 20:58:48 -05:00 committed by GitHub
commit 9fe10b1818

View file

@ -113,7 +113,7 @@ module.exports = function purchase (user, req = {}, analytics) {
itemKey: key,
itemType: 'Market',
acquireMethod: 'Gems',
gemCost: item.value,
gemCost: price * 4,
category: 'behavior',
headers: req.headers,
});