fix coming
This commit is contained in:
parent
2f586980ec
commit
9d7e1cd260
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ class BNPorc(BaseBrowser):
|
||||||
PAGES = {'.*identifiant=DOSSIER_Releves_D_Operation.*': pages.AccountsList,
|
PAGES = {'.*identifiant=DOSSIER_Releves_D_Operation.*': pages.AccountsList,
|
||||||
'.*SAF_ROP.*': pages.AccountHistory,
|
'.*SAF_ROP.*': pages.AccountHistory,
|
||||||
'.*Action=SAF_CHM.*': pages.ChangePasswordPage,
|
'.*Action=SAF_CHM.*': pages.ChangePasswordPage,
|
||||||
'.*NS_AVEET.*': pages.AccountComing,
|
'.*NS_AVEDT.*': pages.AccountComing,
|
||||||
'.*NS_AVEDP.*': pages.AccountPrelevement,
|
'.*NS_AVEDP.*': pages.AccountPrelevement,
|
||||||
'.*NS_VIRDF.*': pages.TransferPage,
|
'.*NS_VIRDF.*': pages.TransferPage,
|
||||||
'.*NS_VIRDC.*': pages.TransferConfirmPage,
|
'.*NS_VIRDC.*': pages.TransferConfirmPage,
|
||||||
|
|
@ -123,7 +123,7 @@ class BNPorc(BaseBrowser):
|
||||||
|
|
||||||
def get_coming_operations(self, account):
|
def get_coming_operations(self, account):
|
||||||
if not self.is_on_page(pages.AccountComing) or self.page.account.id != account.id:
|
if not self.is_on_page(pages.AccountComing) or self.page.account.id != account.id:
|
||||||
self.location('/NS_AVEET?ch4=%s' % account.link_id)
|
self.location('/NS_AVEDT?ch4=%s' % account.link_id)
|
||||||
return self.page.get_operations()
|
return self.page.get_operations()
|
||||||
|
|
||||||
def transfer(self, from_id, to_id, amount, reason=None):
|
def transfer(self, from_id, to_id, amount, reason=None):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue