Initial Commit
This commit is contained in:
11
dependencies/stripe/stripe-php/lib/StripeStreamingClientInterface.php
vendored
Normal file
11
dependencies/stripe/stripe-php/lib/StripeStreamingClientInterface.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\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