Remove redundant line of code
This commit is contained in:
parent
495039e6a0
commit
f096a8e839
|
@ -144,7 +144,6 @@ class NordigenClient(BaseClient, AggregatorClient):
|
|||
sort_code = "-".join(list(map("".join, zip(*[iter(sort_code)] * 2))))
|
||||
parsed["sort_code"] = sort_code
|
||||
parsed["number"] = account_number
|
||||
parsed["recipient"] = "TODO"
|
||||
# Let's add the account ID so we can reference it later
|
||||
parsed["account_id"] = account_id
|
||||
parsed["aggregator_id"] = str(self.instance.id)
|
||||
|
|
Loading…
Reference in New Issue