Fixed that due to added bankId to identifier comparison for new account transactions didn't work anymore (as the transactions returned from banking client of course don't have a database id yet)
This commit is contained in:
parent
f107d947ff
commit
20fdc8dece
|
@ -116,9 +116,4 @@ class AccountTransactionEntity(
|
|||
transaction.isReversal,
|
||||
)
|
||||
|
||||
|
||||
override val identifier: String by lazy {
|
||||
"$bankId ${super.identifier}"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue