Fix: Corriger le type PDO dans StripeService et retirer getConnection()
This commit is contained in:
8
api/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
vendored
Normal file
8
api/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception\OAuth;
|
||||
|
||||
/**
|
||||
* InvalidScopeException is thrown when an invalid scope parameter is provided.
|
||||
*/
|
||||
class InvalidScopeException extends OAuthErrorException {}
|
||||
Reference in New Issue
Block a user