payments: fix typo in paypal code

This commit is contained in:
Matteo Pagliazzi
2016-05-23 17:18:55 +02:00
parent 763429402b
commit 30c2d8e25f

View File

@@ -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 = {