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 fa60569 + bfb3351 commit 80cc1c7Copy full SHA for 80cc1c7
ebaysdk/finding/__init__.py
@@ -301,4 +301,4 @@ def next_page(self):
301
302
self._request_dict['paginationInput']['pageNumber'] = int(num) + 1
303
304
- self.execute(self.verb, self._request_dict)
+ return self.execute(self.verb, self._request_dict)
0 commit comments