Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit 84a194a

Browse files
committed
Handle ResourceTypeId.Shipping
1 parent 0b8f5b3 commit 84a194a

File tree

1 file changed

+1
-0
lines changed
  • commercetools-sdk-java-api-customtypes-generator/src/main/kotlin/de/akii/commercetools/api/customtypes/generator/model

1 file changed

+1
-0
lines changed

commercetools-sdk-java-api-customtypes-generator/src/main/kotlin/de/akii/commercetools/api/customtypes/generator/model/typedResource.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ val resourceTypeIdClasses =
125125
ProductSelectionBuilder::class
126126
),
127127
ResourceTypeId.REVIEW to Triple(ReviewImpl::class, Review::class, ReviewBuilder::class),
128+
ResourceTypeId.SHIPPING to Triple(ShippingImpl::class, Shipping::class, ShippingBuilder::class),
128129
ResourceTypeId.SHIPPING_METHOD to Triple(
129130
ShippingMethodImpl::class,
130131
ShippingMethod::class,

0 commit comments

Comments
 (0)