stripe / stripe-java

Java library for the Stripe API.
https://stripe.com
MIT License
818 stars 359 forks source link

add `tolerance` argument to `parseThinEvent` #1912

Closed xavdid-stripe closed 1 day ago

xavdid-stripe commented 1 day ago

Why

Other SDKs can set a custom tolerance when parsing thin events, but Java couldn't- this rectifies that

What

See Also

Changelog