We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2b145a + ffd8611 commit c37e1caCopy full SHA for c37e1ca
src/main/java/net/authorize/api/controller/GetCustomerProfileController.java
@@ -16,8 +16,7 @@ protected void validateRequest() {
16
GetCustomerProfileRequest request = this.getApiRequest();
17
18
//validate required fields
19
- if ( null == request.getCustomerProfileId()) throw new NullPointerException("CustomerProfileId cannot be null");
20
-
+
21
//validate not-required fields
22
//creditCardOne.setCardCode("");
23
}
0 commit comments