-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
Description
magento_extension/src/app/code/community/Zendesk/Zendesk/controllers/ApiController.php
Lines 465 to 470 in 047a2c8
// TODO does this bring back guest cutsomers | |
foreach($customerFilters as $customerKey => $customerValue) { | |
$customerCollection->addFieldToFilter($customerKey, $customerValue); | |
} | |
foreach($genericFilters as $genericKey => $genericValue) { |