mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 02:28:23 +01:00
Update Stripe lib to 10.7.0
This commit is contained in:
@@ -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