Skip to content

Commit 31e0fbc

Browse files
author
mvgreen
committed
Allow nullable defaultChoice in FetchedProduct.ProductOption.CheckboxOption
1 parent 070e996 commit 31e0fbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/kotlin/com/ecwid/apiclient/v3/rule/NullablePropertyRules.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ val otherNullablePropertyRules: List<NullablePropertyRule<*, *>> = listOf(
4242
AllowNullable(FetchedProduct.ShippingPreparationTime::shippingPreparationTimeForOutOfStockItemDays),
4343
AllowNullable(FetchedProduct.ShippingPreparationTime::localDeliveryPreparationTimeForInStockItemInMinutes),
4444
AllowNullable(FetchedProduct.ProductOption.ChoiceBased::defaultChoice),
45+
AllowNullable(FetchedProduct.ProductOption.CheckboxOption::defaultChoice),
4546

4647
IgnoreNullable(ConvertCartToOrderResult::id),
4748
IgnoreNullable(ConvertCartToOrderResult::orderNumber),

0 commit comments

Comments
 (0)