jjolma / braintree_report
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
2d30607
commit 2d30607ff9cda6969b7f22503b7065d75f5ffc06
tree 649f580d3a9da5ed3dc2b1f7f1cec0981a8df3c4
parent 237cf201d1b31fd706f535ba4de9689139d01e6d
tree 649f580d3a9da5ed3dc2b1f7f1cec0981a8df3c4
parent 237cf201d1b31fd706f535ba4de9689139d01e6d
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Mon Nov 09 08:29:18 -0800 2009 | |
| |
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/ Example ======= r = BraintreeReport.find(:first, :params => {:username => 'testapi', :password => 'password1', :order_id => 'jpj_order_1257346416'}) puts r.merchant_defined_field Copyright (c) 2009 Jeff Jolma, released under the MIT license

