PATH:
home
/
rwabteecom
/
project_11
/
vendor
/
stripe
/
stripe-php
/
lib
/
Editing: StripeStreamingClientInterface.php
<?php namespace Stripe; /** * Interface for a Stripe client. */ interface StripeStreamingClientInterface extends BaseStripeClientInterface { public function requestStream($method, $path, $readBodyChunkCallable, $params, $opts); }
SAVE
CANCEL