correctly set IDs

This commit is contained in:
Romain Bignon 2015-07-25 11:09:34 +02:00
commit a9119fd665
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ class BNPParibasBrowser(CompatMixin, JsonBrowserMixin, LoginBrowser):
@need_login
def iter_history(self, account, coming=False):
self.page = self.history.go(data=JSON({
"ibanCrypte": account._key,
"ibanCrypte": account.id,
"pastOrPending": 1,
"triAV": 0,
"startDate": None,