DefinitelyTyped/types/stripe
Sean Chen 4e717bf915 [@types/stripe] Fix IPaymentIntentListOptions (#41204)
* 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
2019-12-26 10:57:29 -06:00
..
index.d.ts [@types/stripe] Fix IPaymentIntentListOptions (#41204) 2019-12-26 10:57:29 -06:00
stripe-tests.ts [@types/stripe] Fix IPaymentIntentListOptions (#41204) 2019-12-26 10:57:29 -06:00
tsconfig.json
tslint.json