Skip to content
Commit 32db29f4 authored by Julien Montagnat's avatar Julien Montagnat Committed by hydrargyrum
Browse files

[carrefourbanque] fix obj_date and obj_rdate to yield transactions by order

Previously, the transactions were scraped by html, the transactions were not sorted
by the field date in the html, the transactions were sorted by timestampOperation,
a field which is not accessible in the html but accessible by JSON API,
the timestampOperations is the date at the time that the transaction has been debited.
The date in the html is the rdate.
With this fix, transactions will be properly sorted
parent 06cab3d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment