Skip to content

Commit a710ce6

Browse files
AnaghaMurtarkarsunilkhedar
authored andcommitted
Readme changes. (#21)
1 parent 01e77f8 commit a710ce6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ params.put("user_id", "29f57b59-60af-4579-9d6c-2ebcb36a9142");
189189
//params.put("addresses", addressesArray);
190190
//params.put("limit", 10);
191191
JsonObject response = devicesService.getList( params );
192+
System.out.println("response: " + response.toString() );
192193
```
193194

194195
### Device Managers Module
@@ -361,7 +362,7 @@ Execute Transaction DIRECT-TRANSFERS:
361362
//HashMap <String,Object> metaProperty = new HashMap<String,Object>();
362363
//metaProperty.put("name", "transaction_name"); // like, download
363364
//metaProperty.put("type", "user_to_user"); // user_to_user, company_to_user, user_to_company
364-
//metaProperty.put("details", ""); // memo field to add additional info about the transaction
365+
//metaProperty.put("details", "test"); // memo field to add additional info about the transaction
365366

366367
HashMap <String,Object> params = new HashMap<String,Object>();
367368
HashMap <String,Object> nestedparams = new HashMap<String,Object>();
@@ -394,7 +395,7 @@ Execute Transaction PAY:
394395
//HashMap <String,Object> metaProperty = new HashMap<String,Object>();
395396
//metaProperty.put("name", "transaction_name"); // like, download
396397
//metaProperty.put("type", "user_to_user"); // user_to_user, company_to_user, user_to_company
397-
//metaProperty.put("details", ""); // memo field to add additional info about the transaction
398+
//metaProperty.put("details", "test"); // memo field to add additional info about the transaction
398399

399400
HashMap <String,Object> params = new HashMap<String,Object>();
400401
HashMap <String,Object> nestedparams = new HashMap<String,Object>();

0 commit comments

Comments
 (0)