Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Nov 23, 2023
1 parent 2edf890 commit 2f6d960
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Transaction/Request/HttpClient/HttpClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public static function createClient(Subject $logger)
// Instantiate the appropriate client based on the major version
if ($majorVersion === 5) {
return new GuzzleHttpClientV5($logger);
} else {
return new GuzzleHttpClientV7($logger);
}
return new GuzzleHttpClientV7($logger);
}
}

0 comments on commit 2f6d960

Please sign in to comment.