We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6636035 commit 19de58cCopy full SHA for 19de58c
2 files changed
.travis.yml
@@ -17,4 +17,5 @@ branches:
17
- master
18
- develop
19
- /^release-.*/
20
+ - v2
21
script: mvn clean verify
README.md
@@ -341,8 +341,8 @@ Get all transactions info for a user:
341
342
HashMap <String,Object> params = new HashMap<String,Object>();
343
params.put("user_id", "29f57b59-60af-4579-9d6c-2ebcb36a9142");
344
-//params.put("status", statusArray);
345
-//params.put("meta_property", metaPropertyArrayJsonStr);
+//params.put("statuses", statusArray);
+//params.put("meta_properties", metaPropertyArrayJsonStr);
346
//params.put("limit", 10);
347
JsonObject response = transactionsService.getList( params );
348
System.out.println("response: " + response.toString() );
0 commit comments