WeareJH / m2-module-import

Import module for Magento 2 - provides commands, utilities and abstractions for building imports for Magento 2 projects
MIT License
19 stars 8 forks source link

Fix for pagination calculation error #59

Closed bartoszkubicki closed 1 year ago

bartoszkubicki commented 1 year ago

Fix for pagination calculation error. Example - we run out of memory on 28th page of webapi endpoint, but we have 6 pages left. Before the fix these pages were ommited due to comparing start page to pages left calculated from remaining items. From now on we compare to global pages amount, so in that case 34.