mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
raise android gem purchase: 21 instead 20
This commit is contained in:
parent
6aa164ab31
commit
b337efb01a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ exports.androidVerify = function(req, res, next) {
|
||||||
data: googleRes
|
data: googleRes
|
||||||
};
|
};
|
||||||
|
|
||||||
payments.buyGems({user:user, paymentMethod:'IAP GooglePlay'});
|
payments.buyGems({user:user, paymentMethod:'IAP GooglePlay', amount: 5.25});
|
||||||
|
|
||||||
return res.json(resObj);
|
return res.json(resObj);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue