forked from Wavyzz/dolibarr
NEW Upgrade of Stripe lib to 6.4.1
This commit is contained in:
@@ -11,8 +11,8 @@ interface ClientInterface
|
||||
* @param array $params KV pairs for parameters. Can be nested for arrays and hashes
|
||||
* @param boolean $hasFile Whether or not $params references a file (via an @ prefix or
|
||||
* CurlFile)
|
||||
* @throws Error\Api & Error\ApiConnection
|
||||
* @return array($rawBody, $httpStatusCode, $httpHeader)
|
||||
* @throws \Stripe\Error\Api & \Stripe\Error\ApiConnection
|
||||
* @return [$rawBody, $httpStatusCode, $httpHeader]
|
||||
*/
|
||||
public function request($method, $absUrl, $headers, $params, $hasFile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user