You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are atm not actively working on this package. In case you need the functionality soon you could fork the repository or copy/extend the specific class according to your needs.
The cacheKey in getCategories method is lacking the params array. There should be added something like this:
$cacheKey = static::CATEGORIES_NAME . '-' . $locale . md5(serialize($params));
commercetools-php-symfony/src/CatalogBundle/Model/Repository/CatalogRepository.php
Line 278 in 71ca1b8
The text was updated successfully, but these errors were encountered: