- #2571 Fix
UnhandledPromiseRejection error on failed V2 List operations
- Fixes a bug where any error returned from the Stripe API on a V2 List call (e.g. a 4xx or 5xx) would crash Node due to an
UnhandledPromiseRejection
See the changelog for more details.