-
#2453 add missing fetchEvent type for UnknownEventNotification
- Add missing
fetchEvent()
declaration to theStripe.Events.UnknownEventNotification
interface - Tweak
Stripe.Events.fetchRelatedObject
so that it's always defined and returnsnull
if there's norelated_object
. This fixes the situation where theUnknownEventNotification
says thatfetchRelatedObject()
is defined, but calling it throws an error.
- Add missing
-
#2447 Update param in deprecation docs link
-
#2444 Update CHANGELOG.md to point to right API version