Skip to content

Instantly share code, notes, and snippets.

@SeraphimSerapis
Created May 20, 2015 23:40
Show Gist options
  • Save SeraphimSerapis/24ffd49eaf9de001074c to your computer and use it in GitHub Desktop.
Save SeraphimSerapis/24ffd49eaf9de001074c to your computer and use it in GitHub Desktop.
mp1
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