We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8394daa + a429832 commit 0f2f5ebCopy full SHA for 0f2f5eb
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