Skip to content

Commit

Permalink
Fixes issue with $parameters of type array is incompatible with the t…
Browse files Browse the repository at this point in the history
…ype string expected by parameter $query of apiRequest().
  • Loading branch information
justinhartman committed Nov 19, 2019
1 parent 3a56ebd commit ab53eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fastspring/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ 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 string $query Query parameters
* @param array $query Query parameters array
* @param string $formParameters Form parameters
* @param string $jsonPayload Json payload
*
Expand Down

0 comments on commit ab53eb1

Please sign in to comment.