Skip to content

Commit 13be601

Browse files
committed
add discountGroups to ApiRoot interface
1 parent 3fce794 commit 13be601

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

commercetools/commercetools-sdk-java-api/src/main/java/com/commercetools/api/client/ProjectApiRoot.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ public ByProjectKeyProductTailoringRequestBuilder productTailoring() {
308308
return with().productTailoring();
309309
}
310310

311+
@Override
311312
public ByProjectKeyDiscountGroupsRequestBuilder discountGroups() {
312313
return with().discountGroups();
313314
}

commercetools/commercetools-sdk-java-api/src/main/java/com/commercetools/api/client/ProjectScopedApiRoot.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,7 @@ public interface ProjectScopedApiRoot {
9898

9999
ByProjectKeyProductTailoringRequestBuilder productTailoring();
100100

101+
ByProjectKeyDiscountGroupsRequestBuilder discountGroups();
102+
101103
<R> R with(Function<ProjectApiRoot, R> op);
102104
}

0 commit comments

Comments
 (0)