Skip to content

Commit

Permalink
[FIX] UFPE NF-e 4.00 address
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonlima authored and gabrielcardoso21 committed Aug 28, 2018
1 parent 260c9a8 commit 126686c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pysped/nfe/webservices_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,23 +385,23 @@
UFPE = {
NFE_AMBIENTE_PRODUCAO: {
'servidor' : 'nfe.sefaz.pe.gov.br',
WS_NFE_INUTILIZACAO : 'nfe-service/services/NfeInutilizacao2',
WS_NFE_CONSULTA : 'nfe-service/services/NfeConsulta2',
WS_NFE_SITUACAO : 'nfe-service/services/NfeStatusServico2',
WS_NFE_INUTILIZACAO : 'nfe-service/services/NfeInutilizacao4',
WS_NFE_CONSULTA : 'nfe-service/services/NFeConsultaProtocolo4',
WS_NFE_SITUACAO : 'nfe-service/services/NFeStatusServico4',
WS_NFE_CONSULTA_CADASTRO: 'nfe-service/services/CadConsultaCadastro2',
WS_NFE_RECEPCAO_EVENTO : 'nfe-service/services/RecepcaoEvento',
WS_NFE_AUTORIZACAO : 'nfe-service/services/NfeAutorizacao',
WS_NFE_CONSULTA_AUTORIZACAO : 'nfe-service/services/NfeRetAutorizacao',
WS_NFE_RECEPCAO_EVENTO : 'nfe-service/services/NFeRecepcaoEvento4',
WS_NFE_AUTORIZACAO : 'nfe-service/services/NFeAutorizacao4',
WS_NFE_CONSULTA_AUTORIZACAO : 'nfe-service/services/NFeRetAutorizacao4',
},
NFE_AMBIENTE_HOMOLOGACAO: {
'servidor' : 'nfehomolog.sefaz.pe.gov.br',
WS_NFE_INUTILIZACAO : 'nfe-service/services/NfeInutilizacao2',
WS_NFE_CONSULTA : 'nfe-service/services/NfeConsulta2',
WS_NFE_SITUACAO : 'nfe-service/services/NfeStatusServico2',
WS_NFE_INUTILIZACAO : 'nfe-service/services/NfeInutilizacao4',
WS_NFE_CONSULTA : 'nfe-service/services/NFeConsultaProtocolo4',
WS_NFE_SITUACAO : 'nfe-service/services/NFeStatusServico4',
WS_NFE_CONSULTA_CADASTRO: 'nfe-service/services/CadConsultaCadastro2',
WS_NFE_RECEPCAO_EVENTO : 'nfe-service/services/RecepcaoEvento',
WS_NFE_AUTORIZACAO : 'nfe-service/services/NfeAutorizacao',
WS_NFE_CONSULTA_AUTORIZACAO : 'nfe-service/services/NfeRetAutorizacao',
WS_NFE_RECEPCAO_EVENTO : 'nfe-service/services/NFeRecepcaoEvento4',
WS_NFE_AUTORIZACAO : 'nfe-service/services/NFeAutorizacao4',
WS_NFE_CONSULTA_AUTORIZACAO : 'nfe-service/services/NFeRetAutorizacao4',
}
}

Expand Down Expand Up @@ -535,4 +535,4 @@
'SE': SVC_AN,
'SP': SVC_AN,
'TO': SVC_AN,
}
}

0 comments on commit 126686c

Please sign in to comment.