Fix: Corriger le type PDO dans StripeService et retirer getConnection()
This commit is contained in:
11
api/vendor/stripe/stripe-php/lib/Util/ApiVersion.php
vendored
Normal file
11
api/vendor/stripe/stripe-php/lib/Util/ApiVersion.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\Util;
|
||||
|
||||
class ApiVersion
|
||||
{
|
||||
const CURRENT = '2025-08-27.basil';
|
||||
const CURRENT_MAJOR = 'basil';
|
||||
}
|
||||
Reference in New Issue
Block a user