Fix: Corriger le type PDO dans StripeService et retirer getConnection()
This commit is contained in:
11
api/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php
vendored
Normal file
11
api/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe;
|
||||
|
||||
/**
|
||||
* Interface for a Stripe client.
|
||||
*/
|
||||
interface StripeStreamingClientInterface extends BaseStripeClientInterface
|
||||
{
|
||||
public function requestStream($method, $path, $readBodyChunkCallable, $params, $opts);
|
||||
}
|
||||
Reference in New Issue
Block a user