Fix: Corriger le type PDO dans StripeService et retirer getConnection()
This commit is contained in:
9
api/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php
vendored
Normal file
9
api/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception;
|
||||
|
||||
/**
|
||||
* AuthenticationException is thrown when invalid credentials are used to
|
||||
* connect to Stripe's servers.
|
||||
*/
|
||||
class AuthenticationException extends ApiErrorException {}
|
||||
Reference in New Issue
Block a user