mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix linting for server (except for length of apidoc)
This commit is contained in:
@@ -155,8 +155,9 @@ api.subscribeCancel = {
|
||||
},
|
||||
};
|
||||
|
||||
// General IPN handler. We catch cancelled Habitica subscriptions for users who manually cancel their
|
||||
// recurring paypal payments in their paypal dashboard. TODO ? Remove this when we can move to webhooks or some other solution
|
||||
// General IPN handler. We catch cancelled Habitica subscriptions
|
||||
// for users who manually cancel their recurring paypal payments in their paypal dashboard.
|
||||
// TODO ? Remove this when we can move to webhooks or some other solution
|
||||
|
||||
/**
|
||||
* @apiIgnore Payments are considered part of the private API
|
||||
|
||||
Reference in New Issue
Block a user