Fix: Corriger le type PDO dans StripeService et retirer getConnection()
This commit is contained in:
8
api/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php
vendored
Normal file
8
api/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception\OAuth;
|
||||
|
||||
/**
|
||||
* The base interface for all Stripe OAuth exceptions.
|
||||
*/
|
||||
interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface {}
|
||||
Reference in New Issue
Block a user