Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilhande committed Feb 5, 2018
1 parent 6eb8f0f commit 829346f
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.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());
Expand Down

0 comments on commit 829346f

Please sign in to comment.