diff --git a/src/Api/CpeApi.php b/src/Api/CpeApi.php index 7cc8b20..9308b5d 100644 --- a/src/Api/CpeApi.php +++ b/src/Api/CpeApi.php @@ -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