golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀
MIT License
2.26k stars 259 forks source link

feat(stripe): support * wildcard handler #764

Closed nick-allen closed 1 month ago

nick-allen commented 1 month ago

Noticed while setting up the project the Stripe.Event type support a wildcard '*' event type, but that event never seemed to fire.

Added the wildcard to all event filters to make sure it's fired for any event type.