Commit 5e510ac38f71bf0e713d7d9f869dc1b805239d4b
1 parent
fa8706cf
Exists in
master
and in
1 other branch
Corrigindo passagem dos parametros para o WS de assinar documento.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
controlador_ws.php
| ... | ... | @@ -185,7 +185,6 @@ $app->group('/api/v1',function(){ |
| 185 | 185 | $rn = new MdWsSeiDocumentoRN(); |
| 186 | 186 | return $response->withJSON($rn->apiAssinarDocumento( |
| 187 | 187 | $request->getParam('documento'), |
| 188 | - $request->getParam('documento'), | |
| 189 | 188 | $request->getParam('orgao'), |
| 190 | 189 | $request->getParam('cargo'), |
| 191 | 190 | $request->getParam('login'), | ... | ... |