Results 1 comments of Rodion

For those who have the same problem, the trick is to also add decorators for each webhook individually, e.g.: ```ts @Public() @SkipThrottle() @StripeWebhookHandler('invoice.payment_succeeded') ```