Implement transaction handling
This commit is contained in:
@@ -306,7 +306,7 @@ class NordigenClient(BaseClient, AggregatorClient):
|
||||
self.normalise_transactions(parsed, state="booked")
|
||||
|
||||
if process:
|
||||
await self.process_transactions(parsed)
|
||||
await self.process_transactions(account_id, parsed)
|
||||
if pending:
|
||||
parsed_pending = response["pending"]
|
||||
self.normalise_transactions(parsed_pending, state="pending")
|
||||
|
||||
Reference in New Issue
Block a user