Skip to content

Commit

Permalink
HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkim committed Nov 22, 2023
1 parent 267cd8e commit e2780b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exemplos/xml/envelope-consulta-config-uf.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:gnr="https://www.gnre.pe.gov.br/webservice/GnreConfigUF">
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:gnr="http://www.gnre.pe.gov.br/webservice/GnreConfigUF">
<soap12:Header>
<gnr:gnreCabecMsg>
<gnr:versaoDados>1.00</gnr:versaoDados>
Expand Down
2 changes: 1 addition & 1 deletion lib/Sped/Gnre/Helper/GnreHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function getGuiaGnre($xmlNf): Guia
$guia->c35_idContribuinteDestinatario = $xml->NrDocumentoCliente;
$guia->c36_inscricaoEstadualDestinatario = $xml->NrIECliente;
$guia->c37_razaoSocialDestinatario = $xml->NmCliente;
$guia->c38_municipioDestinatario = 06200;//$xml->CdMunicipioCliente;
$guia->c38_municipioDestinatario = '06200';//$xml->CdMunicipioCliente;

return $guia;
}
Expand Down

0 comments on commit e2780b3

Please sign in to comment.