Browse Source

change _send

pull/206/head
marinaGD 7 years ago
parent
commit
081d6cd354
  1. 1
      pytrustnfe/nfe/__init__.py

1
pytrustnfe/nfe/__init__.py

@ -92,7 +92,6 @@ def _send(certificado, method, **kwargs):
session = _get_session(certificado)
if has_patch:
return nfeInutilizacaoCE(session, xml_send)
else:
transport = Transport(session=session)
first_op, client = _get_client(base_url, transport)
return _send_zeep(first_op, client, xml_send)

Loading…
Cancel
Save