Created
July 19, 2015 03:28
-
-
Save thiagoramos23/3969413f277ed9bfcbf0 to your computer and use it in GitHub Desktop.
Transfer
This file contains hidden or 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
| def paypal_transfer_to( account , amount ) | |
| #PayPal stuff | |
| email_sender . send_account_changed_notification( account ) | |
| email_sender . send_account_changed_notification( self ) | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment