mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Revert "Analytics: track generic events through the server (#12735)"
This reverts commit 48dbe547c0.
This commit is contained in:
@@ -63,7 +63,7 @@ api.checkoutSuccess = {
|
||||
if (!customerId) throw new BadRequest(apiError('missingCustomerId'));
|
||||
|
||||
await paypalPayments.checkoutSuccess({
|
||||
user, gemsBlock, gift, paymentId, customerId, headers: req.headers,
|
||||
user, gemsBlock, gift, paymentId, customerId,
|
||||
});
|
||||
|
||||
if (req.query.noRedirect) {
|
||||
|
||||
Reference in New Issue
Block a user