Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #331 from kmcwebdev/development
Browse files Browse the repository at this point in the history
Update lexisnexisDownload function parameters for legal and complianc…
  • Loading branch information
csulit authored Oct 10, 2023
2 parents 170a2aa + 00bd631 commit 3820bc8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export class LegalAndComplianceService {

lexisnexisDownload() {
return this.eventEmitter.emit('lac-lexisnexis-download', {
lexisnexis_search_id: '1b50344f-c113-4579-b381-0b8eaef78469',
search_query: 'Oriental game limited',
category: 'legal',
download_id: 'T_5iLdc5CJPxHUZoX45lU2Zz4wsj13oa_H-Pz2BO2CU',
lexisnexis_search_id: 'ad24df38-3ff3-4093-8439-8235528535ab',
search_query: 'PLAYNGO PH ,INC.',
category: 'agencyDecision',
download_id: 'blAiAmwmE2M6kvQy9EIjoWw-AXBd8pO8a3iN44JyRRc',
});
}
}

0 comments on commit 3820bc8

Please sign in to comment.