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.
1 parent 0f2f5eb commit 025bf2fCopy full SHA for 025bf2f
src/SerpApiClient.php
@@ -77,7 +77,7 @@ public function makeGoogleImmersiveProductRequest(
77
): ImmersiveProductResponse|array|string {
78
$params = array_filter([
79
'engine' => SerpApi::ENGINE_GOOGLE_IMMERSIVE_PRODUCT,
80
- 'pageToken' => $pageToken,
+ 'page_token' => $pageToken,
81
'more_stores' => $moreStores,
82
'next_page_token' => $nextPageToken,
83
'async' => $async,
0 commit comments