File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/product/enums Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ enum class AttributeValueAlias {
77 BRAND ,
88 PRICE_PER_UNIT ,
99 UNITS_IN_PRODUCT ,
10- EXTERNAL_EAN ,
11- EXTERNAL_ISBN ,
12- EXTERNAL_ITF ,
13- EXTERNAL_JAN ,
14- EXTERNAL_CUSTOM ,
15- EXTERNAL_UPC ,
1610}
1711
1812fun AttributeType.toAttributeValueAlias (): AttributeValueAlias ? {
@@ -21,12 +15,6 @@ fun AttributeType.toAttributeValueAlias(): AttributeValueAlias? {
2115 AttributeType .BRAND -> AttributeValueAlias .BRAND
2216 AttributeType .PRICE_PER_UNIT -> AttributeValueAlias .PRICE_PER_UNIT
2317 AttributeType .UNITS_IN_PRODUCT -> AttributeValueAlias .UNITS_IN_PRODUCT
24- AttributeType .EXTERNAL_EAN -> AttributeValueAlias .EXTERNAL_EAN
25- AttributeType .EXTERNAL_ISBN -> AttributeValueAlias .EXTERNAL_ISBN
26- AttributeType .EXTERNAL_ITF -> AttributeValueAlias .EXTERNAL_ITF
27- AttributeType .EXTERNAL_JAN -> AttributeValueAlias .EXTERNAL_JAN
28- AttributeType .EXTERNAL_CUSTOM -> AttributeValueAlias .EXTERNAL_CUSTOM
29- AttributeType .EXTERNAL_UPC -> AttributeValueAlias .EXTERNAL_UPC
3018 else -> null
3119 }
3220}
You can’t perform that action at this time.
0 commit comments