Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-03 | 795 Bytes | |
v19.1.0 source code.tar.gz | 2025-10-03 | 945.3 kB | |
v19.1.0 source code.zip | 2025-10-03 | 1.3 MB | |
Totals: 3 Items | 2.3 MB | 2 |
-
#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. - #2447 Update param in deprecation docs link
- #2444 Update CHANGELOG.md to point to right API version