Merge branch 'payment' of github.com:Gluejar/regluit into payment
commit
e0d892f14b
|
@ -37,6 +37,8 @@ def drop_all_transactions():
|
|||
c.left = c.target
|
||||
c.save()
|
||||
|
||||
def recipient_status(clist):
|
||||
return [[[r.status for r in t.receiver_set.all()] for t in c.transaction_set.all()] for c in clist]
|
||||
|
||||
# by the time we've executed a campaign, we should have r.status = 'COMPLETED' for primary but None for secondary
|
||||
# [[[r.status for r in t.receiver_set.all()] for t in c.transaction_set.all()] for c in campaigns_incomplete()]
|
||||
|
|
Loading…
Reference in New Issue