p74
This commit is contained in:
@@ -1256,6 +1256,18 @@ final class AgentRunnerConfig
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
public function getDirectShopResultProductIdentityTerms(): array
|
||||
{
|
||||
return array_values(array_unique(array_merge(
|
||||
$this->getShopQueryProductAttributeCleanupProductTypeTerms(),
|
||||
$this->genreStringList('product_roles.accessory_product_terms.terms'),
|
||||
$this->genreStringList('product_roles.requested_accessory_code_terms.terms')
|
||||
)));
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user