Authored by htoooth

Merge branch 'hotfix/change-name' into hotfix/addLoginCap

... ... @@ -191,7 +191,7 @@ const getBundleAsync = (skn) => {
*/
const getLikeAsync = (skn, limit) => {
return api.get('', {
method: 'app.search.findLike',
method: 'web.search.findLike',
limit: limit || 10,
product_skn: skn
}, {cache: 86400});
... ...