Skip to content

Commit 80e6653

Browse files
committed
Add SWATCH_CHOICE option type
1 parent 7bc5cfa commit 80e6653

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/main/kotlin/com/ecwid/apiclient/v3/dto/order/enums/ProductOptionType.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package com.ecwid.apiclient.v3.dto.order.enums
22

3+
@Suppress("unused")
34
enum class ProductOptionType {
45
CHOICE,
6+
SWATCH_CHOICE,
57
CHOICES,
68
TEXT,
79
DATE,

src/main/kotlin/com/ecwid/apiclient/v3/dto/subscriptions/enums/ProductOptionType.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package com.ecwid.apiclient.v3.dto.subscriptions.enums
33
@Suppress("unused")
44
enum class ProductOptionType {
55
CHOICE,
6+
SWATCH_CHOICE,
67
CHOICES,
78
TEXT,
89
DATE,

0 commit comments

Comments
 (0)