Bump stripe-php from 18.1.0 to 19.0.0

This commit is contained in:
johnnyq
2025-11-28 17:31:04 -05:00
parent 3ffef6df51
commit cc92a4b7ee
35 changed files with 196 additions and 32 deletions

View File

@@ -36,7 +36,7 @@ class InvoicePayment extends ApiResource
* the first handful of those items. There is also a URL where you can retrieve the
* full (paginated) list of payments.
*
* @param null|array{ending_before?: string, expand?: string[], invoice?: string, limit?: int, payment?: array{payment_intent?: string, payment_record?: string, type: string}, starting_after?: string, status?: string} $params
* @param null|array{created?: array|int, ending_before?: string, expand?: string[], invoice?: string, limit?: int, payment?: array{payment_intent?: string, payment_record?: string, type: string}, starting_after?: string, status?: string} $params
* @param null|array|string $opts
*
* @return Collection<InvoicePayment> of ApiResources