Bump stripe-php from 16.4.0 to 17.2.1

This commit is contained in:
johnnyq
2025-05-22 12:37:35 -04:00
parent 5361391b3b
commit 6a368840fa
332 changed files with 4978 additions and 4624 deletions

View File

@@ -19,12 +19,12 @@ class EphemeralKey extends ApiResource
/**
* Invalidates a short-lived API key for a given resource.
*
* @param null|array $params
* @param null|array{expand?: string[]} $params
* @param null|array|string $opts
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
* @return EphemeralKey the deleted resource
*
* @return \Stripe\EphemeralKey the deleted resource
* @throws Exception\ApiErrorException if the request fails
*/
public function delete($params = null, $opts = null)
{
@@ -45,10 +45,10 @@ class EphemeralKey extends ApiResource
* @param null|array $params
* @param null|array|string $opts
*
* @throws \Stripe\Exception\InvalidArgumentException if stripe_version is missing
* @throws \Stripe\Exception\ApiErrorException if the request fails
* @return EphemeralKey the created key
*
* @return \Stripe\EphemeralKey the created key
* @throws Exception\InvalidArgumentException if stripe_version is missing
* @throws Exception\ApiErrorException if the request fails
*/
public static function create($params = null, $opts = null)
{