Skip to content

Commit

Permalink
Don't require customer when creating a billing group
Browse files Browse the repository at this point in the history
The customer field will not be required after NUC-7501 is fixed.
  • Loading branch information
Boris Burtin committed Jun 9, 2015
1 parent f8f8a78 commit 833f3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class BillingGroupRequestBuilder extends RequestBuilder {

private BillingGroupRequestBuilder(boolean forCreate) {
if (forCreate) {
reqBuilder.requiredFields("customer", "name");
reqBuilder.requiredFields("name");
}
}

Expand Down

0 comments on commit 833f3d4

Please sign in to comment.