Skip to content

Commit

Permalink
Merge pull request #170 from robmachado/master
Browse files Browse the repository at this point in the history
ISSUE #169 buildUrlConsultaAssincona() substituindo nrInsc (14 digito…
  • Loading branch information
robmachado authored Apr 9, 2024
2 parents 64626a8 + 0809431 commit 87a021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ private function buildUrlConsultaAssincona(stdClass $std): string
$proc = "urlR$evento";
$std->baseurl = $baseurl;
$std->tpinsc = $this->tpInsc;
$std->nrinsc = $this->nrInsc;
$std->nrinsc = $this->doc;
return self::$proc($std);
}

Expand Down

0 comments on commit 87a021d

Please sign in to comment.