p72
This commit is contained in:
@@ -1379,6 +1379,15 @@ final class AgentRunnerConfig
|
||||
)));
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
public function getRequestedAccessoryCodeTerms(): array
|
||||
{
|
||||
return $this->genreStringList('search_repair.requested_accessory_code_terms.terms')
|
||||
?: $this->genreStringList('product_roles.requested_accessory_code_terms.terms');
|
||||
}
|
||||
|
||||
public function isDirectShopResultGuardEnabled(): bool
|
||||
{
|
||||
return $this->getRequiredBool('shop_runtime.result_identity.enabled');
|
||||
|
||||
Reference in New Issue
Block a user