stripe / stripe-node

Node.js library for the Stripe API.
https://stripe.com
MIT License
3.9k stars 755 forks source link

Remove parseSnapshotEvent #2195

Closed helenye-stripe closed 1 month ago

helenye-stripe commented 1 month ago

Why?

We already have stripe.webhooks.constructEvent available, and we believe that we may want to unify thin and snapshot event processing on Stripe eventually. Thus, parseSnapshotEvent is not actually useful to add for users.