- #1472 This release changes the pinned API version to
2024-10-28.acacia
.
- Add support for
submit_card
test helper method on resource Issuing.Card
- Add support for new resource
V2.EventDestinations
- Add support for
create
, retrieve
, update
, list
, delete
, disable
, enable
and ping
methods on resource V2.EventDestinations
- #1476 Fix APIResource#retrieve bug not returning instance of custom resources
- Fix bug in APIResource#refresh and APIResource#retrieve where they returned an instance of
StripeObject
for custom resources. They should now return the instance of the custom resource.
See the changelog for more details.