Skip to content

Instantly share code, notes, and snippets.

@SeraphimSerapis
Created May 19, 2015 23:33
Show Gist options
  • Save SeraphimSerapis/c88c7a3b3ee10460094e to your computer and use it in GitHub Desktop.
Save SeraphimSerapis/c88c7a3b3ee10460094e to your computer and use it in GitHub Desktop.
Sale from token
Braintree::Transaction.sale(
:payment_method_token => "the_token",
:amount => "10.00"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment