We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e141a7 commit febc247Copy full SHA for febc247
1 file changed
src/main/java/net/authorize/api/controller/GetHostedProfilePageController.java
@@ -17,7 +17,7 @@ protected void validateRequest() {
17
18
//validate required fields
19
if ( null == request.getCustomerProfileId()) throw new NullPointerException("CustomerProfileIdcannot be null");
20
- if ( null == request.getHostedProfileSettings()) throw new NullPointerException("HostedProfileSettings cannot be null");
+ // HostedProfileSettings is not a required field
21
22
//validate not-required fields
23
//creditCardOne.setCardCode("");
0 commit comments