Skip to content

Commit 025bf2f

Browse files
committed
Fixing page_token casing
1 parent 0f2f5eb commit 025bf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SerpApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function makeGoogleImmersiveProductRequest(
7777
): ImmersiveProductResponse|array|string {
7878
$params = array_filter([
7979
'engine' => SerpApi::ENGINE_GOOGLE_IMMERSIVE_PRODUCT,
80-
'pageToken' => $pageToken,
80+
'page_token' => $pageToken,
8181
'more_stores' => $moreStores,
8282
'next_page_token' => $nextPageToken,
8383
'async' => $async,

0 commit comments

Comments
 (0)