Skip to content

Commit ff95efc

Browse files
remove warning
1 parent b277437 commit ff95efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/woocommerce/src/Internal/CLI/Migrator/Platforms/Shopify/ShopifyFetcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function fetch_batch( array $args ): array {
214214
return array(
215215
'items' => $items,
216216
'cursor' => $last_cursor,
217-
'has_next_page' => $page_info ? $page_info->has_next_page : false,
217+
'has_next_page' => $page_info ? $page_info->hasNextPage : false,
218218
);
219219
}
220220

0 commit comments

Comments
 (0)