jjolma / braintree_report

ActiveResource client for accessing Braintree Payment Solution's reporting API

This URL has Read+Write access

jjolma (author)
Mon Nov 09 08:30:39 -0800 2009
commit  2d30607ff9cda6969b7f22503b7065d75f5ffc06
tree    649f580d3a9da5ed3dc2b1f7f1cec0981a8df3c4
parent  237cf201d1b31fd706f535ba4de9689139d01e6d
name age message
file MIT-LICENSE Mon Nov 09 08:29:18 -0800 2009 initial checkin [jjolma]
file README Loading commit data...
file Rakefile
file init.rb
file install.rb
directory lib/
directory tasks/
directory test/
file 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