Browse Source

Merge branch 'master3' into master3-dsf

pull/84/head
pal0schi 8 years ago
committed by GitHub
parent
commit
9bd14ce2ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1693
      pytrustnfe/nfe/danfe.py
  2. 1
      pytrustnfe/nfse/dsf/__init__.py
  3. 2
      setup.py

1693
pytrustnfe/nfe/danfe.py
File diff suppressed because it is too large
View File

1
pytrustnfe/nfse/dsf/__init__.py

@ -63,6 +63,7 @@ def _send(certificado, method, **kwargs):
xml_send = _render(path, method, **kwargs)
client = get_client(url)
response = False
if certificado:
cert, key = extract_cert_and_key_from_pfx(
certificado.pfx, certificado.password)

2
setup.py

@ -1,7 +1,7 @@
# coding=utf-8
from setuptools import setup, find_packages
VERSION = "0.9.3"
VERSION = "0.9.4"
setup(
name="PyTrustNFe3",

Loading…
Cancel
Save