From 829346f476e5b7b81559a568d5cca26d9b57db22 Mon Sep 17 00:00:00 2001 From: swapnilhande Date: Mon, 5 Feb 2018 10:21:59 -0500 Subject: [PATCH] test fixes --- 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 42d9f570..9b01be6f 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.cnp.sdk.generate.Void theVoid = new com.cnp.sdk.generate.Void(); theVoid.setId("id"); //cnpTxnId contains the Cnp Transaction Id returned on the deposit - theVoid.setCnpTxnId(100000000000000011L); + theVoid.setCnpTxnId(100000000000000000L); VoidResponse response = new CnpOnline().dovoid(theVoid); //Display Results System.out.println("Response: " + response.getResponse());