Skip to content

Commit 0531c3f

Browse files
author
brianmc
committed
removed some commented out code and redundant comments
1 parent e65efc1 commit 0531c3f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ protected void validateRequest() {
1717

1818
//validate required fields
1919
if ( null == request.getCustomerProfileId()) throw new NullPointerException("CustomerProfileIdcannot be null");
20-
// HostedProfileSettings is not a required field
21-
22-
//validate not-required fields
23-
//creditCardOne.setCardCode("");
20+
2421
}
2522

2623
@Override

0 commit comments

Comments
 (0)