mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-09 21:58:47 +00:00
Add quantity information when purchasing items (#9481)
This commit is contained in:
parent
6b625a60ab
commit
08ccd595f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue