Menu

#4 Validation Error for TransactionSearch class

open
nobody
None
5
2010-11-04
2010-11-04
Anonymous
No

public void setInvoiceId(String id) throws IllegalArgumentException {

if (id != null && id.length() < 127) {
throw new IllegalArgumentException("Id can be max 127 characters "
+ "long");
}
nvpRequest.put("INVNUM", id);
}
this should be > 127 instead.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB