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 e8bb0dd commit ff90f5f
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 @@ -6,7 +6,7 @@ public class VoidExample {
public static void main(String[] args) {
com.litle.sdk.generate.Void theVoid = new com.litle.sdk.generate.Void();
//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 ff90f5f

Please sign in to comment.