feat(spa): Increase max page limit to product lists
This commit is contained in:
@@ -65,7 +65,7 @@ class ProductsService
|
|||||||
$perPage = $params['perPage'];
|
$perPage = $params['perPage'];
|
||||||
$search = $params['search'] ?? false;
|
$search = $params['search'] ?? false;
|
||||||
$categoryName = '';
|
$categoryName = '';
|
||||||
$maxPages = $params['maxPages'] ?? 50;
|
$maxPages = 200;
|
||||||
$filters = $params['filters'] ?? [];
|
$filters = $params['filters'] ?? [];
|
||||||
|
|
||||||
$aspectRatio = $this->settings->get('app.image_aspect_ratio', '1:1');
|
$aspectRatio = $this->settings->get('app.image_aspect_ratio', '1:1');
|
||||||
|
|||||||
Reference in New Issue
Block a user