Skip to content
Snippets Groups Projects
Commit a844f429 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[debug] add debug trace

parent 4d2de728
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,10 @@ class EbicsXfer(models.TransientModel):
try:
success = False
if df.order_type == 'FDL':
_logger.info("Download FDL")
_logger.info(df)
data = client.FDL(df.name, date_from, date_to)
_logger.info("Data FDL")
_logger.info(data)
else:
params = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment