Add payouts

This commit is contained in:
2023-05-06 11:12:54 +01:00
parent c534abf8f6
commit ddfee0b328
8 changed files with 246 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ async def withdrawal_job(group=None):
groups = LinkGroup.objects.filter(enabled=True)
for group in groups:
checks = await money.check_all(
user=group.user, nordigen=NordigenClient, agora=AgoraClient
link_group=group, nordigen=NordigenClient, agora=AgoraClient
)
print("CHECKS", checks)
aggregators = Aggregator.objects.filter(