File tree Expand file tree Collapse file tree
commercetools/commercetools-importapi-utils/src/main/java/com/commercetools/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ cd4bb52247f964cdb924e28f32a6cd888d25ccea
36369f889d62530cbe6f83e65e307231ae05e0efe03d
37373fcbbbaa899976c15f805febd6864d70d260f830
38386f16c4a0cc66ed69ab5769595332d984c4abff9f
39+ 8453de765b5576178f2e5d5ea6b6c1a5c6668027
Original file line number Diff line number Diff line change 11
22package com .commercetools .sdk ;
33
4-
54import com .commercetools .api .models .channel .ChannelReference ;
65import com .commercetools .api .models .inventory .InventoryEntry ;
76import com .commercetools .importapi .models .common .ChannelKeyReference ;
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ public StandalonePriceImport toStandalonePriceImport(StandalonePrice price) {
3333 .sku (price .getSku ()) // required field
3434 .value (v -> importApiTypedMoney (price .getValue (), v )) // required field
3535 .country (price .getCountry ())
36- .customerGroup ((new CustomerUtil (keyResolverService )).toCustomerGroupKeyReference (price .getCustomerGroup ()))
36+ .customerGroup (
37+ (new CustomerUtil (keyResolverService )).toCustomerGroupKeyReference (price .getCustomerGroup ()))
3738 .channel (toImportApiChannelKeyReference (price .getChannel ()))
3839 .validFrom (price .getValidFrom ())
3940 .validUntil (price .getValidUntil ())
You can’t perform that action at this time.
0 commit comments