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 f1f2411 commit 153346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/token/src/main/java/SaleWithTokenExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void main(String[] args) {
System.out.println("Response: " + response.getResponse());
System.out.println("Message: " + response.getMessage());
System.out.println("Litle Transaction ID: " + response.getLitleTxnId());
if(!response.getMessage().equals("Approved"))
if(!response.getMessage().equals("Transaction Received"))
throw new RuntimeException(" The SaleWithTokenExample does not give the right response");
}
}

0 comments on commit 153346f

Please sign in to comment.