mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-20 07:57:21 -05:00
Uncomment Stripe webhook handling
This commit is contained in:
parent
be3d62a836
commit
f2305b8c9f
|
|
@ -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}`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user