Add the new field for Compte Courant
This commit is contained in:
parent
535aee9a71
commit
54ad584f4c
2 changed files with 20 additions and 9 deletions
|
|
@ -89,7 +89,7 @@ class Ing(BaseBrowser):
|
|||
self.location('https://secure.ingdirect.fr/general?command=goToAccount&account=%d&zone=COMPTE' % int(id))
|
||||
else:
|
||||
raise NotImplementedError()
|
||||
return self.page.get_operations()
|
||||
return self.page.get_transactions()
|
||||
|
||||
# TODO
|
||||
# def get_coming_operations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue