support loan pages
This commit is contained in:
parent
0a18949c32
commit
af15086818
2 changed files with 9 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ from weboob.tools.capabilities.bank.transactions import FrenchTransaction
|
|||
|
||||
|
||||
__all__ = ['LoginPage', 'Login2Page', 'IndexPage', 'AccountsPage', 'TransactionsPage',
|
||||
'CardPage', 'ValuationPage']
|
||||
'CardPage', 'ValuationPage', 'LoanPage']
|
||||
|
||||
|
||||
class LoginPage(BasePage):
|
||||
|
|
@ -178,3 +178,7 @@ class CardPage(BasePage):
|
|||
class ValuationPage(BasePage):
|
||||
def get_history(self):
|
||||
return iter([])
|
||||
|
||||
class LoanPage(BasePage):
|
||||
def get_history(self):
|
||||
return iter([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue