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

Commit

Permalink
Services description in Russian.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakiboy committed Aug 29, 2018
1 parent b223073 commit 3c57080
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Check if person is listed as participant of extremistic activity or terrorism by

See [example](examples/check_rosfin.php).

## Description in Russian

- Проверка паспорта по [списку недействительных российских паспортов](http://xn--b1afk4ade4e.xn--b1ab2a0a.xn--b1aew.xn--p1ai/info-service.htm?sid=2000) МВД.
- Поиск по перечню организаций и физических лиц [Росфинмониторинга](http://www.fedsfm.ru/documents/terr-list).

## Access

Contact _Damax Solutions_ to get an API key.
Expand Down
2 changes: 1 addition & 1 deletion examples/check_rosfin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

$result = $config
->getClient()
->checkRosfin('Соколовский Руслан Геннадьевич')
->checkRosfin('Соколовский Руслан Геннадьевич', '1994-10-20')
;

var_dump($result);

0 comments on commit 3c57080

Please sign in to comment.