From d8dd39422a91eb4ab42bb24baae863bd2c541379 Mon Sep 17 00:00:00 2001 From: Dumindu Karunathilaka Date: Sat, 15 Oct 2016 18:10:22 +0530 Subject: [PATCH] changed gemCost to include the amount of gems --- website/common/script/ops/purchase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/ops/purchase.js b/website/common/script/ops/purchase.js index 02cae962bb..dc1f7eacd5 100644 --- a/website/common/script/ops/purchase.js +++ b/website/common/script/ops/purchase.js @@ -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, });