Skip to content

Commit

Permalink
Colocar código de tributação do município
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpeixoto committed Feb 3, 2021
1 parent f5d3f7b commit 9b15b06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ class Controller extends BaseController{
'codigo_cnae' => 6622300,
'discriminacao' => 'vendas de seguro',
'codigo_municipio' => 2927408,
'codigo_tributacao_municipio' => '0103001'
],
'prestador' => [
'cnpj' => '50453974000107',
Expand Down Expand Up @@ -294,4 +295,4 @@ public function consultarNfse(NfseSsa $nfsa)

return $result->getErrors();
}
```
```
5 changes: 3 additions & 2 deletions src/templates/EnviarLoteRPS.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@

{!! array_xml_get($dados['rps']['servico'], 'codigo_cnae') !!}

{!! array_xml_get($dados['rps']['servico'], 'codigo_tributacao_municipio') !!}

{!! array_xml_get($dados['rps']['servico'], 'discriminacao') !!}

{!! array_xml_get($dados['rps']['servico'], 'codigo_municipio') !!}

</Servico>
<Prestador>
{!! array_xml_get($dados['rps']['prestador'], 'cnpj') !!}
Expand Down Expand Up @@ -77,4 +78,4 @@
</Rps>
</ListaRps>
</LoteRps>
</EnviarLoteRpsEnvio>
</EnviarLoteRpsEnvio>

0 comments on commit 9b15b06

Please sign in to comment.