ynab-bank-importer
ynab-bank-importer copied to clipboard
Ignore refunds if it was only an credit card authorization
Problem explained
The idea here is that when you ignore pending transactions, there might be credit card authorizations (where you will get back the money a few days later) which will be ignored if the N26 config flag skip_pending_transactions
is set to true
. But once you get the money back, those transactions will be processed and they might mess up your account balance.
What this PR does
This PR will also ignore the transactions with the type AV
, but only if the N26 config flag skip_pending_transactions
is set to true
.
This closes #44.
Todo List
- [x] Write specs
- [ ] Validate that only those kind of transactions have the type
AV