Fix: Corriger le type PDO dans StripeService et retirer getConnection()
This commit is contained in:
9
api/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php
vendored
Normal file
9
api/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception\OAuth;
|
||||
|
||||
/**
|
||||
* InvalidRequestException is thrown when a code, refresh token, or grant
|
||||
* type parameter is not provided, but was required.
|
||||
*/
|
||||
class InvalidRequestException extends OAuthErrorException {}
|
||||
Reference in New Issue
Block a user