Skip to content

Commit 5e25e2f

Browse files
committed
Fix field configuration
1 parent 080746a commit 5e25e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/ecwid/apiclient/v3/rule/nullablepropertyrules/FetchedOrderRules.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ val fetchedOrderNullablePropertyRules: List<NullablePropertyRule<*, *>> = listOf
9999
IgnoreNullable(FetchedOrder.OrderItem::externalReferenceId),
100100
AllowNullable(FetchedOrder.OrderItem::isPreorder),
101101
AllowNullable(FetchedOrder.OrderItem::attributes),
102-
IgnoreNullable(FetchedOrder.OrderItem::compositeComponents),
102+
AllowNullable(FetchedOrder.OrderItem::compositeComponents),
103103
IgnoreNullable(FetchedOrder.OrderItemDiscounts::discountInfo),
104104
IgnoreNullable(FetchedOrder.OrderItemDiscounts::total),
105105
AllowNullable(FetchedOrder.OrderItemOptionFile::id),

0 commit comments

Comments
 (0)