Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to pay multiple people #2

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

mlchai
Copy link

@mlchai mlchai commented Mar 14, 2014

Added my own method of paying multiple people. This is done by passing in an array of hashes that contain all the relevant info such as:

[{email: '', amount:''}, {email: '', amount: ''}]

Branched off of twinge's code but preferred my style of mass payment instead of passing parallel arrays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants