This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate transfer_tips to process_subscriptions
Next up is implementing process_draws (for owners), then, probalby later on, process_takes.
- Loading branch information
1 parent
d9cd9aa
commit d900c39
Showing
5 changed files
with
106 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
If we have
payment_direction
as a column, it'd probably make sense to constrainamount
to>0
and usepayment_direction
to decide where to deduct/add funds. Not saying that we should block payday on this, just something I might correct myself later :)