DrRSatzteil / mayan-comdirect

Addon for Mayan EDMS. Augments your invoices with acutal payment data from your Comdirect bank account.
3 stars 0 forks source link

Check latest transaction logic #3

Closed DrRSatzteil closed 3 years ago

DrRSatzteil commented 3 years ago

Latest transaction logic for transaction reading might be used incorrectly. Test this with more transactions in account.

DrRSatzteil commented 3 years ago

In comdirect API bookingDateLatestTransaction refers to the earliest transaction. latestTransactionIncluded: true therefore means that the earliest transaction is included in the displayed page. Therefore the implemented logic is correct.