Skip to content

Commit

Permalink
Agregada lógica para construir la cadena de consulta en CurlHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianVillamayor committed Apr 24, 2024
1 parent 8e84373 commit 05833e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CurlHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,6 @@ private function generateUrl(): void
if (!empty($url['query'])) {
parse_str($url['query'], $get_data);
$url['query'] = http_build_query(array_merge($get_data, $this->get_data));
} else {
$url['query'] = http_build_query($this->get_data);
}

if (isset($url['scheme'])) {
Expand Down

0 comments on commit 05833e9

Please sign in to comment.