mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +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
|
||||
};
|
||||
|
||||
payments.buyGems({user:user, paymentMethod:'IAP GooglePlay'});
|
||||
payments.buyGems({user:user, paymentMethod:'IAP GooglePlay', amount: 5.25});
|
||||
|
||||
return res.json(resObj);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue