Skip to content

Commit bb57ae0

Browse files
committed
WSFEv1: agrego fecha al consultar cotizacion
1 parent 496cf65 commit bb57ae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wsfev1.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1287,11 +1287,11 @@ def ParamGetTiposPaises(self, sep="|"):
12871287
]
12881288

12891289
@inicializar_y_capturar_excepciones
1290-
def ParamGetCotizacion(self, moneda_id):
1290+
def ParamGetCotizacion(self, moneda_id, fecha=None):
12911291
"Recuperador de cotización de moneda"
12921292
ret = self.client.FEParamGetCotizacion(
12931293
Auth={"Token": self.Token, "Sign": self.Sign, "Cuit": self.Cuit},
1294-
MonId=moneda_id,
1294+
MonId=moneda_id, FchCotiz=fecha,
12951295
)
12961296
self.__analizar_errores(ret)
12971297
res = ret["FEParamGetCotizacionResult"]["ResultGet"]

0 commit comments

Comments
 (0)