Created
May 20, 2015 23:40
-
-
Save SeraphimSerapis/24ffd49eaf9de001074c to your computer and use it in GitHub Desktop.
mp1
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
result = Braintree::Transaction.sale( | |
:amount => "10.00", | |
:payment_method_nonce => "nonce-from-the-client" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment