Skip to content

Commit 19de58c

Browse files
author
Dhananjay8
committed
readme updated
1 parent 6636035 commit 19de58c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ branches:
1717
- master
1818
- develop
1919
- /^release-.*/
20+
- v2
2021
script: mvn clean verify

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ Get all transactions info for a user:
341341

342342
HashMap <String,Object> params = new HashMap<String,Object>();
343343
params.put("user_id", "29f57b59-60af-4579-9d6c-2ebcb36a9142");
344-
//params.put("status", statusArray);
345-
//params.put("meta_property", metaPropertyArrayJsonStr);
344+
//params.put("statuses", statusArray);
345+
//params.put("meta_properties", metaPropertyArrayJsonStr);
346346
//params.put("limit", 10);
347347
JsonObject response = transactionsService.getList( params );
348348
System.out.println("response: " + response.toString() );

0 commit comments

Comments
 (0)