Call the base class from TrueLayer with our fetched transactions
This commit is contained in:
@@ -462,7 +462,8 @@ class IRCCommands(object):
|
||||
if length == 2:
|
||||
account = spl[1]
|
||||
accounts = tx.sinks.truelayer.get_accounts(account)
|
||||
msg(dumps(accounts))
|
||||
for account in accounts["results"]:
|
||||
msg(f"{account['account_id']} {account['display_name']} {account['currency']}")
|
||||
|
||||
class transactions(object):
|
||||
name = "transactions"
|
||||
|
||||
Reference in New Issue
Block a user