Skip to content

Commit

Permalink
Fix http method
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Jan 11, 2023
1 parent 81a986a commit c880164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/CpeApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public function consultarEnvioRequest($num_ticket, string $contentType = self::c
$operationHost = $this->config->getHost();
$query = ObjectSerializer::buildQuery($queryParams);
return new Request(
'POST',
'GET',
$operationHost . $resourcePath . ($query ? "?{$query}" : ''),
$headers,
$httpBody
Expand Down

0 comments on commit c880164

Please sign in to comment.