Skip to content

Commit 9bdc736

Browse files
author
mvgreen
committed
Fix ProductOption.toUpdated()
1 parent c7f644f commit 9bdc736

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/converter/FetchedProduct.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ private fun FetchedProduct.ProductOption.CheckboxOption.toUpdated() = UpdatedPro
133133
name = name,
134134
nameTranslated = nameTranslated,
135135
choices = choices.map { it.toUpdated() },
136+
defaultChoice = defaultChoice,
136137
required = required
137138
)
138139

0 commit comments

Comments
 (0)