Removed unused libs in the vendor folder and moved stripe to the plugins folder then elininated the vendor folder all together, updated all the stripe links
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