mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
payments: fix typo in paypal code
This commit is contained in:
@@ -118,7 +118,7 @@ api.checkoutSuccess = {
|
||||
middlewares: [authWithSession],
|
||||
async handler (req, res) {
|
||||
let paymentId = req.query.paymentId;
|
||||
let customerId = req.query.payerID;
|
||||
let customerId = req.query.PayerID;
|
||||
|
||||
let method = 'buyGems';
|
||||
let data = {
|
||||
|
||||
Reference in New Issue
Block a user