- 06 Apr, 2019 14 commits
-
-
Maxime Gasselin authored
For some connexions login have changed. You must do the request firstly with the login and then with the password. Closes: 38991@sibi
-
Sylvie Ye authored
'pro' transfer use `create_transfer()` in `init_transfer()` and not `update_transfer()` which is used for 'par' transfer (with and without OTP)
-
Jerome Berthier authored
-
Jerome Berthier authored
-
Maxime Pommier authored
It will be mostly find in the column "date" and filled for TYPE_DEFERRED_CARD.
-
Vincent Ardisson authored
-
Vincent Ardisson authored
-
Sylvie Ye authored
-
Frédéric Lépy authored
-
Florian Duguet authored
better xpath to build url to build AsyncLoad details to get doc.url add download_document_pdf when document format is html Closes: 38698@sibi Closes: 10462@zendesk
-
Jerome Berthier authored
-
Jerome Berthier authored
Currently the website displays an error 500 when fetching cards for a specific space, making the whole connection in error
-
Célande Adrien authored
When the error page is catched, the code is used to go on another page where there will be the error message. Closes: 10271@zendesk
-
Maxime Gasselin authored
For some connexions we get "Votre contrat de banque à distance ne vous donne accès à aucun compte.". However, we have access to pro cards. Consequently the patch allows to finish the iter_accounts and finally check if we have accounts. Closes: 10163@zendesk
-
- 31 Mar, 2019 26 commits
-
-
Romain Bignon authored
-
Romain Bignon authored
-
Romain Bignon authored
-
Maxime Gasselin authored
With the last patch, we were checking if the field coming were different of 0 before checking if "Dépenses" field exists. With inversing the condition we can keep active cards and non active cards with coming. Closes: 38809@sibi
-
Baptiste Delpey authored
Checking accounts still have <h3> but some other have <div>.
-
Célande Adrien authored
-
Célande Adrien authored
The transactions from card accounts were typed exclusively depending on the `PATTERN`. Now there are systematically typed as deffered card, except if there are summaries. The pattern for the summary card transactions was updated for the checking accounts. Closes: 10034@zendesk
-
Sylvie Ye authored
-
Maxime Gasselin authored
Some transactions come after the card status switch(active to canceled or in opposition) on the website. In order to return these transactions, we return inactive cards if their coming is different of 0. The card will be deleted in the backend after 1 month from the last update. Closes: 9523@zendesk
-
Sylvie Ye authored
use old browser
-
Sylvie Ye authored
-
Maxime Gasselin authored
The li page were called into the checking history. Now we handle it before. Closes: 38657@sibi
-
Florian Duguet authored
Closes: 38401@sibi Closes: 10393@zendesk
-
Jerome Berthier authored
-
Jerome Berthier authored
-
Jerome Berthier authored
The website is updated, the redirection seems now useless. Tested with children courtois, tarneaud, laydernier, rhonelape and kolb.
-
Sylvie Ye authored
-
Maxime Gasselin authored
get_profile were implemented for visiogo, not for classical bnppere. Consequently we have to raise a NotImplementedError for classical bnppere (children of s2e). Closes: 36854@sibi
-
Sylvie Ye authored
-
Jerome Berthier authored
-
Jerome Berthier authored
Sometimes the data for an investment item are missing. On the front-end this item is empty, and do not impact the total portfolio valuation. It seems the case happens when a buy/sell order is ongoing, with no previous valuation available.
-
Sylvie Ye authored
they are not displayed on new website and the matching accounts can't work
-
Maxime Gasselin authored
For some bills, pdf is not available but available in html format. Closes: 35508@sibi
-
Quentin Defenouillere authored
it seems that there is a new <div> in the account.id xpath so the RawText() was crashing with the following error: "TypeError: sequence item 0: expected string or Unicode, NoDefault found" I replaced it with a CleanText().replace(), no need to previously declare a "number" variable, and I also specified the account.number. I checked that the account.id are the same that previously fetched and stored in the apishell. Closes: 38597@sibi
-
Sylvie Ye authored
use iban as id for external recipient
-
Sylvie Ye authored
-