generic response without specific error message
This commit is contained in:
@@ -112,7 +112,7 @@ router.post("/", async (req, res) => {
|
||||
|
||||
// Still return 200 to prevent Stripe retries for processing errors
|
||||
// Failed payouts will be handled by retry job
|
||||
res.json({ received: true, eventId: event.id, error: error.message });
|
||||
res.json({ received: true, eventId: event.id });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user