Skip to content

Commit 22a663f

Browse files
author
brianmc
committed
Merge branch 'krgupta1-master' into Future
2 parents 3a2b1bd + 01c6fa8 commit 22a663f

23 files changed

Lines changed: 818697 additions & 24 deletions

anet-java-sdk.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#
44
# If using Eclipse, set working directory in your Run/Debug configuration to ${user.home}
55
#
6+
# Keys for ApplePay transaction tests. These keys may or may not be
7+
# the same as the key above. If not specified, they are defaulted to
8+
# the keys above.
69
api.login.id=API_LOGIN_ID
710
transaction.key=TRANSACTION_KEY
811
md5.hash.key=MD5_HASH_KEY

codecover/test-session-container-2015-07-22-14-19-00-125.xml

Lines changed: 116863 additions & 0 deletions
Large diffs are not rendered by default.

codecover/test-session-container-2015-07-22-14-36-04-457.xml

Lines changed: 116863 additions & 0 deletions
Large diffs are not rendered by default.

codecover/test-session-container-2015-07-22-16-49-47-131.xml

Lines changed: 116875 additions & 0 deletions
Large diffs are not rendered by default.

codecover/test-session-container-2015-07-22-16-59-24-443.xml

Lines changed: 116881 additions & 0 deletions
Large diffs are not rendered by default.

codecover/test-session-container-2015-07-22-17-00-09-769.xml

Lines changed: 116869 additions & 0 deletions
Large diffs are not rendered by default.

codecover/test-session-container-2015-07-22-17-04-55-882.xml

Lines changed: 116869 additions & 0 deletions
Large diffs are not rendered by default.

codecover/test-session-container-2015-07-22-17-18-04-967.xml

Lines changed: 116947 additions & 0 deletions
Large diffs are not rendered by default.

resources/log4j.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# FATAL, ERROR, WARN, INFO, DEBUG
1414
#
1515
#------------------------------------------------------------------------------
16-
log4j.rootCategory=FATAL, S
16+
log4j.rootCategory=FATAL, S, R
1717

1818
log4j.logger.net.authorize.util.HttpClient=DEBUG, R
1919
log4j.logger.net.authorize.sim.TransactionTest=DEBUG, R

src/main/java/net/authorize/api/controller/GetSettledBatchListController.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ public GetSettledBatchListController(GetSettledBatchListRequest apiRequest) {
1515
protected void validateRequest() {
1616
GetSettledBatchListRequest request = this.getApiRequest();
1717

18-
//validate required fields
19-
if ( null == request.getFirstSettlementDate()) throw new NullPointerException("FirstSettlementDate cannot be null");
20-
if ( null == request.getLastSettlementDate()) throw new NullPointerException("LastSettlementDate cannot be null");
18+
//validate required fields
19+
//no required fields as per xsd
2120

2221
//validate not-required fields
2322
//creditCardOne.setCardCode("");

0 commit comments

Comments
 (0)