Add schemas for account balances
This commit is contained in:
@@ -180,7 +180,7 @@ class NordigenClient(BaseClient, AggregatorClient):
|
||||
"""
|
||||
|
||||
path = f"accounts/{account_id}/balances"
|
||||
response = await self.call(path, schema="AccountBalance")
|
||||
response = await self.call(path, schema="AccountBalances")
|
||||
|
||||
total = 0
|
||||
currency = None
|
||||
|
||||
Reference in New Issue
Block a user