Skip to content

Commit

Permalink
fixed sample
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitvora committed Mar 30, 2018
1 parent f01e31b commit c699371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/other/src/main/java/VoidExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public static void main(String[] args) {
com.litle.sdk.generate.Void theVoid = new com.litle.sdk.generate.Void();
theVoid.setId("id");
//litleTxnId contains the Litle Transaction Id returned on the deposit
theVoid.setLitleTxnId(100000000000000011L);
theVoid.setLitleTxnId(100000000000000000L);
VoidResponse response = new LitleOnline().dovoid(theVoid);
//Display Results
System.out.println("Response: " + response.getResponse());
Expand Down

0 comments on commit c699371

Please sign in to comment.