Add payouts
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user