@@ -189,6 +189,7 @@ params.put("user_id", "29f57b59-60af-4579-9d6c-2ebcb36a9142");
189189// params.put("addresses", addressesArray);
190190// params.put("limit", 10);
191191JsonObject 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
366367HashMap < String ,Object > params = new HashMap<String ,Object > ();
367368HashMap < 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
399400HashMap < String ,Object > params = new HashMap<String ,Object > ();
400401HashMap < String ,Object > nestedparams = new HashMap<String ,Object > ();
0 commit comments