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 b277437 commit ff95efcCopy full SHA for ff95efc
plugins/woocommerce/src/Internal/CLI/Migrator/Platforms/Shopify/ShopifyFetcher.php
@@ -214,7 +214,7 @@ public function fetch_batch( array $args ): array {
214
return array(
215
'items' => $items,
216
'cursor' => $last_cursor,
217
- 'has_next_page' => $page_info ? $page_info->has_next_page : false,
+ 'has_next_page' => $page_info ? $page_info->hasNextPage : false,
218
);
219
}
220
0 commit comments