Skip to content

Commit

Permalink
Edit codice fiscale in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore committed Nov 22, 2015
1 parent 292c59e commit 5ced4ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -127,8 +127,8 @@ $subject = new Subject(
);

$checker = new Checker($subject, array(
"codiceFiscaleToCheck" => $codiceFiscaleToCheck,
"omocodiaLevel" => $omocodiaLevel
"codiceFiscaleToCheck" => "RSSMRA85T10A562S",
"omocodiaLevel" => 0
));

$response = $checker->check();
Expand All @@ -154,7 +154,7 @@ $subject = new Subject(
);

$checker = new Checker($subject, array(
"codiceFiscaleToCheck" => $codiceFiscaleToCheck,
"codiceFiscaleToCheck" => "SNTRRT63E08H50ML",
"omocodiaLevel" => Checker::ALL_OMOCODIA_LEVELS
));

Expand Down

0 comments on commit 5ced4ee

Please sign in to comment.