Fix bug in the way that dict and object of SII response are used

This commit is contained in:
Bernat Brunet Torruella 2019-06-19 11:54:32 +02:00
parent 2d64710610
commit e6dfd86980

View file

@ -5,6 +5,9 @@ import unicodedata
from logging import getLogger
from decimal import Decimal
from datetime import datetime
from zeep import helpers
import json
from collections import namedtuple
from pyAEATsii import service
from pyAEATsii import mapping