From f1f2411f290055ac32b8b375831a3e6c3ec16a31 Mon Sep 17 00:00:00 2001 From: harshitvora Date: Fri, 30 Mar 2018 16:08:30 -0400 Subject: [PATCH] fixed sample --- samples/other/src/main/java/VoidExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/other/src/main/java/VoidExample.java b/samples/other/src/main/java/VoidExample.java index 907e7b24..9cd35370 100755 --- a/samples/other/src/main/java/VoidExample.java +++ b/samples/other/src/main/java/VoidExample.java @@ -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(100000000000000001L); VoidResponse response = new LitleOnline().dovoid(theVoid); //Display Results System.out.println("Response: " + response.getResponse());