Add schemas for account balances

This commit is contained in:
2023-03-09 18:28:50 +00:00
parent 21c5150f6f
commit 5ae838b55f
2 changed files with 18 additions and 1 deletions

View File

@@ -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