This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
BraintreeReport =============== Client for accessing Braintree Payment Solution's reporting API. To see their API: http://dev.braintreepaymentsolutions.com/query/ Note: this is really half-baked. It supports the one use case I currently care about. Example ======= report = BraintreeReport.find(:username => 'testapi', :password => 'password1', :order_id => 'jpj_order_1257346416') puts "transaction_id: #{r['transaction'][0]['transaction_id'][0]}" puts "merchant defined fields: #{r.merchant_defined_field.inspect}" Copyright (c) 2009 Jeff Jolma, released under the MIT license








