mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-12 11:56:20 -05:00
Uncomment Stripe webhook handling
This commit is contained in:
@@ -151,7 +151,7 @@ database.connect().then(() => {
|
||||
});
|
||||
|
||||
for (const event of events.data) {
|
||||
//await util.handleStripeEvent(event);
|
||||
await util.handleStripeEvent(event);
|
||||
}
|
||||
|
||||
logger.success(`Server listening on http://localhost:${port}`);
|
||||
|
||||
Reference in New Issue
Block a user