stripe / stripe-ruby

Ruby library for the Stripe API.
https://stripe.com
MIT License
1.96k stars 548 forks source link

Remove parseSnapshotEvent from StripeClient #1463

Closed helenye-stripe closed 1 month ago

helenye-stripe commented 1 month ago

Why?

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