Skip to content

Commit 91dd5ca

Browse files
authored
Add additional attributes for customer groups (#1144)
1 parent 8474e54 commit 91dd5ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Helper/ConfigHelper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,8 @@ public function getAttributesToRetrieve($groupId)
889889
'in_stock',
890890
'type_id',
891891
'value',
892+
'query', # suggestions
893+
'path', # categories
892894
]);
893895

894896
$currencies = $this->dirCurrency->getConfigAllowCurrencies();

0 commit comments

Comments
 (0)