Skip to content

Instantly share code, notes, and snippets.

@SeraphimSerapis
Created May 20, 2015 23:38
Show Gist options
  • Save SeraphimSerapis/590ba34a1b7caf073ff2 to your computer and use it in GitHub Desktop.
Save SeraphimSerapis/590ba34a1b7caf073ff2 to your computer and use it in GitHub Desktop.
marketplace2
result = Braintree::Transaction.sale(
:amount => "10.00",
:payment_method_nonce => "nonce-from-the-client",
:merchant_account_id => "provider_sub_merchant_account",
:service_fee_amount => "1.00"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment