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