- #2571 Fix
UnhandledPromiseRejectionerror 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
- 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