Closed helenye-stripe closed 1 month ago
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.
Stripe::Webhook.construct_event
parseSnapshotEvent
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.