changed gemCost to include the amount of gems

This commit is contained in:
Dumindu Karunathilaka 2016-10-15 18:10:22 +05:30
parent 8a8bab4be1
commit d8dd39422a

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