diff --git a/modules/fortuneo/pages/accounts_list.py b/modules/fortuneo/pages/accounts_list.py index 1302458dbf3105b24a7f7d919e118fa5456ac4b2..30dd0002cae7c1603db9f23663aaf9f35c0b38ce 100644 --- a/modules/fortuneo/pages/accounts_list.py +++ b/modules/fortuneo/pages/accounts_list.py @@ -342,8 +342,8 @@ def get_operations(self): rdate = cleaner(op.xpath('./td[1]')[0]) date = cleaner(op.xpath('./td[2]')[0]) raw = cleaner(op.xpath('./td[3]')[0]) - credit = cleaner(op.xpath('./td[4]')[0]) - debit = cleaner(op.xpath('./td[5]')[0]) + debit = cleaner(op.xpath('./td[4]')[0]) + credit = cleaner(op.xpath('./td[5]')[0]) tr = Transaction() tr.parse(date=date, raw=raw)