feat: add external URL support for bank accounts, allowing users to link to their bank's portal
This commit is contained in:
@@ -38,6 +38,7 @@ export const bankingService = {
|
||||
balance: a.balance,
|
||||
currency: a.currency,
|
||||
lastImport: a.lastImport,
|
||||
externalUrl: a.externalUrl,
|
||||
}),
|
||||
),
|
||||
transactions: transactions.map(
|
||||
|
||||
Reference in New Issue
Block a user