Skip to content

Instantly share code, notes, and snippets.

@fedesoria
Created August 12, 2010 00:25
Show Gist options
  • Save fedesoria/520077 to your computer and use it in GitHub Desktop.
Save fedesoria/520077 to your computer and use it in GitHub Desktop.
gateway.transfer 1000, 'bob@example.com',
:subject => "The money I owe you", :note => "Sorry it's so late"
gateway.transfer [1000, 'fred@example.com'],
[2450, 'wilma@example.com', :note => 'You will receive another payment on 3/24'],
[2000, 'barney@example.com'],
: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