Commit Graph

5 Commits

Author SHA1 Message Date
Andy Phillipson
0573231b22 Added payouts endpoint. Re-organized source tree for Eclipse. Added simple logger class. 2017-03-15 18:01:48 -04:00
Chris Kleeschulte
ae7f1392b5 Refund test improvements / Signature not required for rate estimates 2016-04-04 14:48:20 -04:00
Jason Swenski
cebab00a02 Fixing the fact that getInvoice(id,PUBLIC_NO_TOKEN) was actually still signing the requests and therefore not actually using the public API. This doesn't work in some cases because the /invoice endpoint doesn't support some facades.
Also refactors some of the parameter building to off-the-shelf apache commons methods
2016-04-04 14:35:57 -04:00
Chris Kleeschulte
87bd21f32e Conversion to Maven, Tests adjusted to help developers
- As per mrosseel's pom file, conversion of all dependencies to use maven2. This will ease the pain of managing a bunch of jar files in lib
- Repaired some deprecation warnings in bitcoinj dependency around Sha256 creation and ECKey construction.
- Adjusted test harness to create tokens for pos/merchant facade, this is done once the first time someone runs the tests. The test runner just has to pair with their test account. The tester is does not have cascading test failures that might confuses as to what he/she needs to do.
- Added some notes about how to do the refund test.
2016-03-22 16:10:01 -04:00
paul
ade6bb26df handle multiple tokens in token request 2015-09-10 15:56:03 -04:00