Skip to content

Commit

Permalink
array() of type array is incompatible with the type string expected b…
Browse files Browse the repository at this point in the history
…y parameter $jsonPayload & $formParameters
  • Loading branch information
justinhartman committed Nov 19, 2019
1 parent ab53eb1 commit e1af8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fastspring/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public function __construct($username = null, $password = null)
* @param string $method Method of HTTP request like PUT, GET, POST
* @param string $path Path of API
* @param array $query Query parameters array
* @param string $formParameters Form parameters
* @param string $jsonPayload Json payload
* @param array $formParameters Form parameters
* @param array $jsonPayload Json payload
*
* @return \GuzzleHttp\Psr7\Response
*/
Expand Down

0 comments on commit e1af8dc

Please sign in to comment.