Skip to content

Commit

Permalink
ID: FPCO-24112; Proper formation
Browse files Browse the repository at this point in the history
  • Loading branch information
ManishPrajapati-GoFynd committed Oct 9, 2024
1 parent 0c23257 commit f10eec9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class PlatformController extends BasePlatformController {
public CatalogPlatformModels.ProductListingResponseV2 getProducts(HttpServletRequest request) {
try {
PlatformClient platformClient = (PlatformClient) request.getAttribute("platformClient");
return platformClient.catalog.getProducts(Collections.emptyList(), Collections.emptyList(), Collections.emptyList(), Collections.emptyList(), Collections.emptyList(), "", "",Collections.emptyList(), "", Collections.emptyList(),1, 10, "", "", "");
return platformClient.catalog.getProducts(Collections.emptyList(), Collections.emptyList(), Collections.emptyList(), Collections.emptyList(), Collections.emptyList(), "", "", Collections.emptyList(), "", Collections.emptyList(), 1, 10, "", "", "");

} catch (Exception e) {
System.out.println(e.getMessage());
Expand Down

0 comments on commit f10eec9

Please sign in to comment.