Finish tests for custom payment details
This commit is contained in:
@@ -19,7 +19,6 @@ class AggregatorClient(ABC):
|
||||
# #if account["account_id"] in self.banks
|
||||
# }
|
||||
# For each bank
|
||||
print("ACCOUNT INFOS", account_infos)
|
||||
for bank, accounts in account_infos.items():
|
||||
# Iterate the accounts
|
||||
for index, account in enumerate(list(accounts)):
|
||||
@@ -51,8 +50,6 @@ class AggregatorClient(ABC):
|
||||
self.instance.currencies = currencies
|
||||
self.instance.save()
|
||||
|
||||
print("INSTANCE ACCOUNT INFO", self.instance.account_info)
|
||||
|
||||
async def process_transactions(self, account_id, transactions):
|
||||
if not transactions:
|
||||
return False
|
||||
|
||||
@@ -158,7 +158,6 @@ class NordigenClient(BaseClient, AggregatorClient):
|
||||
else:
|
||||
requisitions = [await self.get_requisition(requisition)]
|
||||
|
||||
print("REQS", requisitions)
|
||||
for req in requisitions:
|
||||
accounts = req["accounts"]
|
||||
for account_id in accounts:
|
||||
|
||||
Reference in New Issue
Block a user