You are here

function amazon_search_perm in Amazon Product Advertisement API 6

File

amazon_search/amazon_search.module, line 4

Code

function amazon_search_perm() {
  return array(
    'access amazon search',
  );
}