We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add5e2 commit a429832Copy full SHA for a429832
src/SerpApiClient.php
@@ -106,7 +106,7 @@ public function retrieveGoogleImmersiveProductResult(
106
bool $asDto = true,
107
) {
108
109
- $response = $this->makeGetRequest(responseType: $responseType, baseUrl: $this->baseArchiveUrl . "/$searchId");
+ $response = $this->makeGetRequest(responseType: $responseType, baseUrl: $this->baseArchiveUrl."/$searchId");
110
111
if ($responseType === self::JSON_TYPE) {
112
if ($asDto) {
0 commit comments