mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 03:04:32 +00:00
* Fix IPaymentIntentListOptions Added `customer` field and removed `expired` and `files` fields, per [Stripe API](https://stripe.com/docs/api/payment_intents/list). * Updated stripe-tests.ts Added customer field to test creation, so we can test listing with customer field set. * Fix missing semicolon in index.d.ts