Created
August 12, 2010 00:25
-
-
Save fedesoria/520077 to your computer and use it in GitHub Desktop.
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
gateway.transfer 1000, '[email protected]', | |
:subject => "The money I owe you", :note => "Sorry it's so late" | |
gateway.transfer [1000, '[email protected]'], | |
[2450, '[email protected]', :note => 'You will receive another payment on 3/24'], | |
[2000, '[email protected]'], | |
:subject => "Your Earnings", :note => "Thanks for your business." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment