Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
wpforms-...
/
vendor_p...
/
stripe
/
stripe-p...
/
lib
•
File:
StripeClientInterface.php
•
Content:
<?php namespace WPForms\Vendor\Stripe; /** * Interface for a Stripe client. */ interface StripeClientInterface extends BaseStripeClientInterface { /** * Sends a request to Stripe's API. * * @param 'delete'|'get'|'post' $method the HTTP method * @param string $path the path of the request * @param array $params the parameters of the request * @param array|\Stripe\Util\RequestOptions $opts the special modifiers of the request * * @return \Stripe\StripeObject the object returned by Stripe's API */ public function request($method, $path, $params, $opts); }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List