mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Bump stripe-php from 16.4.0 to 17.2.1
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user