Skip to content

Commit

Permalink
WSRemCarne: ajuste dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
reingart committed Oct 20, 2018
1 parent 1a07bf5 commit e914fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wsremcarne.py
Expand Up @@ -17,7 +17,7 @@
__author__ = "Mariano Reingart <reingart@gmail.com>"
__copyright__ = "Copyright (C) 2018 Mariano Reingart"
__license__ = "LGPL 3.0"
__version__ = "1.00b"
__version__ = "1.00c"

LICENCIA = """
wsremcarne.py: Interfaz para generar Remito Electrónico Cárnico AFIP v1.0
Expand All @@ -41,8 +41,8 @@
--debug: modo depuración (detalla y confirma las operaciones)
--prueba: genera y autoriza una rec de prueba (no usar en producción!)
--xml: almacena los requerimientos y respuestas XML (depuración)
--dummy: consulta estado de servidores
--generar: generar un remito
--emitir: emite un remito
--anular: anula un remito
Expand Down Expand Up @@ -321,7 +321,7 @@ def ConsultarRemito(self, cod_remito=None, id_cliente=None,
@inicializar_y_capturar_excepciones
def Dummy(self):
"Obtener el estado de los servidores de la AFIP"
results = self.client.dummy()['response']
results = self.client.dummy()['dummyReturn']
self.AppServerStatus = str(results['appserver'])
self.DbServerStatus = str(results['dbserver'])
self.AuthServerStatus = str(results['authserver'])
Expand Down

0 comments on commit e914fe2

Please sign in to comment.