|
|
@ -264,7 +264,10 @@ class AssinaturaA1(Assinatura): |
|
|
except Exception as e: |
|
|
except Exception as e: |
|
|
raise e |
|
|
raise e |
|
|
|
|
|
|
|
|
def assinarConsultaLote(self, xml, retorna_string=True): |
|
|
|
|
|
|
|
|
def assinarConsultaLote(self, xml, retorna_string=True, situacao=False): |
|
|
|
|
|
if situacao: |
|
|
|
|
|
tag = 'ns1:ConsultarSituacaoLoteRpsEnvio' |
|
|
|
|
|
else: |
|
|
tag = 'ns1:ConsultarLoteRpsEnvio' |
|
|
tag = 'ns1:ConsultarLoteRpsEnvio' |
|
|
return self._assinar(xml, tag, retorna_string) |
|
|
return self._assinar(xml, tag, retorna_string) |
|
|
|
|
|
|
|
|
|