-
#2453 add missing fetchEvent type for UnknownEventNotification
- Add missing
fetchEvent()declaration to theStripe.Events.UnknownEventNotificationinterface - Tweak
Stripe.Events.fetchRelatedObjectso that it's always defined and returnsnullif there's norelated_object. This fixes the situation where theUnknownEventNotificationsays 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