Fix cheat
This commit is contained in:
@@ -300,7 +300,6 @@ class NordigenClient(BaseClient, AggregatorClient):
|
||||
"""
|
||||
path = f"accounts/{account_id}/transactions"
|
||||
response = await self.call(path, schema="Transactions")
|
||||
print("RESP", response["pending"])
|
||||
parsed = response["booked"]
|
||||
self.normalise_transactions(parsed, state="booked")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user